T
T
tko2018-11-20 14:56:32
RabbitMQ
tko, 2018-11-20 14:56:32

How can tasks be processed sequentially by key?

There are producers who add tasks with different keys to the queue (some tasks may have the same keys).
There are consumers (some set) that take tasks from the queue and process them.
Task:
How can you make tasks with the same key processed sequentially, i.e. one by one?
There may be tens of thousands of keys.
How can this task be done with rabbitmq/kafka? Perhaps there are some better alternatives.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question