Apache Kafka

Posted on: Wed, 06/24/2020 - 09:17 By: valentina.janev

Apache Kafka is a distributed messaging system that uses the publish-subscribe mechanism. It was developed to support continuous and resilient messaging with high throughput at LinkedIn. Kafka is a fast, scalable, durable, and fault-tolerant system. It maintains feeds of messages in categories called topics. These topics are used to store messages from the producers and deliver them to the consumers who have subscribed to that topic.

Subscribe to Distributed Messaging System