Re: Arguments for Kafka over RabbitMQ ?

2013-06-09 Thread Mark
What if you messaging requirements are in the 100's GBSs? Would you say RabbitMQ is probably a better fit? On Jun 8, 2013, at 4:03 PM, Jonathan Hodges wrote: > I am not making any assumptions other than Rabbit needs to maintain the > state of the consumers. As the Kafka docs point out this is

RE: message order, guarenteed?

2013-06-09 Thread S Ahmed
I understand that there are no guarantees per say that a message may be a duplicate (its the consumer's job to guarantee that), but when it comes to message order, is kafka built in such a way that it is impossible to get messages in the wrong order? Certain use cases might not be sensitive to ord