Hi@akhtar,
A Kafka broker receives messages from producers and stores them on disk keyed by unique offset. A Kafka broker allows consumers to fetch messages by a topic, partition, and offset. Kafka brokers can create a Kafka cluster by sharing information with each other directly or indirectly using Zookeeper.