Another part of Kafka Architecture (Cluster, Topics, Producers, Partitions, Consumers, and Zookeeper) is a Zookeeper. He stores the details and information related to the Kafka Cluster of the Consumers. It is a Master Management Node that is responsible for managing and maintaining the Brokers, Topics, and Partitions of the Cluster. It also traces the Kafka Brokers and even evaluates Brokers that have crashed or have been added to the Cluster recently.