Avatar of Paul Nekrasov
Recommends
on
RabbitMQRabbitMQ
at
()

In my opinion RabbitMQ fits better in your case because you don’t have order in queue. You can process your messages in any order. You don’t need to store the data what you sent. Kafka is a persistent storage like the blockchain. RabbitMQ is a message broker. Kafka is not a good solution for the system with confirmations of the messages delivery.

READ MORE
2 upvotes·729.9K views