What is Kafka | System Design Interview | Logicmojo Live Classes

preview_player
Показать описание


Apache Kafka is an open-source stream-processing software platform developed by LinkedIn and donated to the Apache Software Foundation. It's designed to handle data streams and provide a unified, high-throughput, low-latency platform for handling real-time data feeds.

Components of Kafka
Producer: This is responsible for pushing data into Kafka topics.
Consumer: This retrieves data from Kafka topics.
Broker: Kafka brokers form the heart of the system, storing data and serving clients.
ZooKeeper: ZooKeeper serves as the coordinator between various Kafka broker instances.
Рекомендации по теме
visit shbcf.ru