Product
Apache Kafka
IT ManagementMessage Queue
The most widely deployed open source message broker.
☆☆☆☆☆ 0.0 Based on 0 Reviews
Apache Kafka
Learn More
About the Apache Kafka
Apache Kafka is a distributed event store and stream-processing platform that allows applications to publish, subscribe to, store, and process streams of records in real-time. Originally developed at LinkedIn and later open-sourced, it is designed for high-throughput, low-latency, and fault-tolerant data streaming. Kafka uses a partitioned log model, which combines the benefits of both message queuing and publish-subscribe systems, and is used for building real-time data pipelines, streaming analytics, and event-driven microservices.