Q&A
Ask and answer questions to make information more available to wider audiences.
Carmelo Chambers @chamberscarmelo   11, Jul 2023 12:00 AM
benefits of using Kafka
Benefits of using Kafka than other messaging services like JMS, RabbitMQ doesn’t provide?
answers 2
 
Answer 1
Corey Aniston @anistoncorey   13, Jul 2023 04:26 PM
Reliability − Kafka provides a reliable delivery from publisher to a subscriber with zero message loss..
Scalability − Kafka achieve this ability by using clustering along with the zookeeper coordination server
Durability − By using distributed log, the messages can persist on disk.
Performance − Kafka provides high throughput and low latency across the publish and subscribe application. 

 
Answer 2
Corey Aniston @anistoncorey   13, Jul 2023 04:24 PM
Now a days Kafka is a key messaging framework, not because of its features even for reliable transmission of messages from sender to receiver, however, below are the key points which should consider.