I would like a consumer dedicated to writing to DB, and a separate consumer dedicated to notificatio
I would like a consumer dedicated to writing to DB, and a separate consumer dedicated to notification, etc.
I believe these are called “consumer groups”, like in Kafka.
Now in the future, if I want to perform some other completely decoupled operation, I can simply add another consumer group to the queue (and I don’t have to modify any of the existing consumer processes)
I believe these are called “consumer groups”, like in Kafka.
Now in the future, if I want to perform some other completely decoupled operation, I can simply add another consumer group to the queue (and I don’t have to modify any of the existing consumer processes)



