Comment on Apache Kafka 0.8.0 releasedComments−hans0l07412yMay I ask how Kafka compares with an AMQP solution such as RabbitMQ? Thank you.−mumrahOP12yQuora discussion: http://www.quora.com/RabbitMQ/RabbitMQ-vs-Kafka-which-one-fo...RabbitMQ developer on the kafka-users list: http://mail-archives.apache.org/mod_mbox/kafka-users/201306....SO discussion on several queuing systems: http://stackoverflow.com/questions/731233/activemq-or-rabbit...−morkbot12yQuora link where you don't have to register/log-in: http://www.quora.com/RabbitMQ/RabbitMQ-vs-Kafka-which-one-fo...−ddorian4312yIt 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).−old_sound12yRabbitMQ supports sharding via exchanges
Comments
May I ask how Kafka compares with an AMQP solution such as RabbitMQ? Thank you.
Quora discussion: http://www.quora.com/RabbitMQ/RabbitMQ-vs-Kafka-which-one-fo...
RabbitMQ developer on the kafka-users list: http://mail-archives.apache.org/mod_mbox/kafka-users/201306....
SO discussion on several queuing systems: http://stackoverflow.com/questions/731233/activemq-or-rabbit...
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