Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

May I ask how Kafka compares with an AMQP solution such as RabbitMQ? Thank you.



Quora link where you don't have to register/log-in: http://www.quora.com/RabbitMQ/RabbitMQ-vs-Kafka-which-one-fo...


It keeps all messages in a log(sorted) and each client has a position of where they are in the log. So they can restart some parts, or skip some. This makes it very fast.

And it has sharding, which no-other messagequeue has (i think).


RabbitMQ supports sharding via exchanges




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: