Re: migrating from RMQ

2016-03-21 Thread Cees de Groot
Preamble: Don't compare Kafka 1:1 with RMQ/AMQ/ It will lead to frustration. Kafka offloads a lot of hard work to its clients, which is pretty much the main reason for the fact that it scales better than any "old school" message broker. But it does mean that you have to read up, understand how

migrating from RMQ

2016-03-21 Thread Durga Deep Tirunagari
Folks, We're planning on exploring Kafka for our latest work - we are currently on RabbitMQ. Apologies if this has been already answered. Question # 1) RMQ offers the Message ordering guarantee, from my initial read about Kafka - it does seem like a Topic is divided in to Partitions and any