story
I heard RabbitMq is better for long running process instead of Kafka (https://www.cloudamqp.com/blog/when-to-use-rabbitmq-or-apache-kafka.html) but does not guarantee order of execution if we have multiple consumers.
What would be the better option if I want to build fast, reliable, scalable solution?
No comments yet.