You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rabbitm...@googlegroups.com
Hello All -
Can anyone please suggest which one is better between Kafka MQ VS Rabbit MQ?
-Puneet
Sent from my iPhone
Arnaud Cogoluegnes
unread,
Mar 12, 2021, 3:28:19 AM3/12/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rabbitm...@googlegroups.com
I don't know what kind of answer you expect for such a question, especially on the mailing list on one of the tools. "better" without context does not mean much. Better for what? It depends on what you want to do with the tool. Many companies use both actually.
RabbitMQ and Kafka are very different tools, even if most people put them in the "messaging middleware" category. There are tons of comparisons on the internet, many of them biased and/or missing the point of the fundamental differences between the 2 tools. You can make your own idea by googling "rabbitmq vs kafka".
Note RabbitMQ 3.9 (due with year) will introduce a "replay" feature (being able to read messages in the data structure without removing them), which will make RabbitMQ more comparable to Kafka for some use cases.