Review
Is Kafka a message queue?
Apache Kafka is not a traditional message queue. Kafka is a distributed messaging system that includes components of both a message queue and a publish-subscribe model. Kafka improves on the deficit of both the traditional message queue and pub-sub approaches, resulting in a fault tolerate, high throughput stream processing solution.
Learn more about the structure of Kafka at the link below.
0 views0