1.

What is Broker and how Kafka utilize broker for communication?

Answer»
  • 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 
  • E.g.: Let’s say there are N partition in a TOPIC and there is N broker, then each broker has 1 partition. 


Discussion

No Comment Found