feat: add Kafka job queue implementation #11
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
up for grabs
Is your feature request related to a problem? Please describe.
Currently, there are three concrete implementations of the
JobQueue
interface (in-memory, RabbitMQ, and Redis).Describe the solution you'd like
It would be nice to extend this flexibility by adding a Kafka FIFO job queue implementation.
Additional context
The interface to be implemented is the following.
The config and the job queue factory method should also be updated to support the new functionality.
README should also be updated accordingly.
The text was updated successfully, but these errors were encountered: