Google News
logo
Kafka - Interview Questions
What is Broker and how Kafka utilize broker for communication?
* Broker are the system which is responsible to maintaining the publish data.

* Each broker may have one or more than one partition. 

* Kafka contain multiple broker to main the load balancer.

* Kafka broker are stateless 

* Ex: Let’s say there are N partition in a topic and there is N broker, then each broker has 1 partition. 
Advertisement