1.

Benefits of using Kafka than other messaging services like JMS, RabbitMQ doesn’t provide?

Answer»

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.

  • 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

Considering the above features Kafka is one of the best options to use in Bigdata Technologies to handle the large volume of messages for a smooth delivery.



Discussion

No Comment Found