trieb-work / schemabase

The schemabase Integration framework to build custom data movers between different cloud services. Using BullMQ, Webhooks, Prisma Database and more
https://schemabase.app
MIT License
5 stars 2 forks source link

Replacing Kafka with BullMQ #409

Closed JannikZed closed 1 year ago

JannikZed commented 1 year ago

Right now, we still have some parts of the package tracking logic using kafka. We want to replace it with bull queues, so that we can also see the logs of everything that happened in the billboard and to maintain one external service less.

Here we write down all considerations on that.

JannikZed commented 1 year ago

Done