1.

Why we need Kafka rather than other messaging services?

Answer»

Let’s TALK about some modern source of data now a days which is a data—transactional data such as orders, inventory, and shopping carts — is being augmented with things such as clicking, likes, recommendations and searches on a web page. All this data is deeply important to analyze the consumers behaviors, and it can feed a set of predictive ANALYTICS engines that can be the differentiator for companies. 

  • Support low latency message delivery.
  • Handling the real time traffic.
  • Assurance for fault tolerant.
  • Easy to integrate with SPARK application to process a high volume of messaging data.
  • Has an ability to create a cluster of messaging container which monitor and supervise by coordination server like Zookeeper.

So, when we need to handle this KIND of volume of data, we need Kafka to solve this PROBLEM



Discussion

No Comment Found