Settings

Theme

Ask HN: Kafka vs. RabbitMQ

3 points by useRust 2 years ago · 0 comments · 1 min read


I want to build a system that can guarantee order of execution for specific cases (Kafka guarantees the order of execution within the partition) but can take up to 30 seconds for each job (can be long running process).

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.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection