Scalability of Kafka Messaging using Consumer Groups

1 · Cloudera · May 10, 2018, 7 a.m.
Traditional messaging models fall into two categories: Shared Message Queues and Publish-Subscribe models. Both models have their own pros and cons. Neither could successfully handle big data ingestion at scale due to limitations in their design. Apache Kafka implements a publish-subscribe messaging model which provides fault tolerance, scalability to handle large volumes of streaming data […] The post Scalability of Kafka Messaging using Consumer Groups appeared first on Cloudera Blog....