From 66d5ba71d4b0cec630ad916f5a46269b312677c3 Mon Sep 17 00:00:00 2001 From: Bhanu <67362217+TheBharatMishra@users.noreply.github.com> Date: Fri, 2 Feb 2024 18:46:32 +0530 Subject: [PATCH] Apache Kafka ZooKeeper Short Note (#10242) * Update README.md * Update README.md --- topics/kafka/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/topics/kafka/README.md b/topics/kafka/README.md index 719801e..70e16a0 100644 --- a/topics/kafka/README.md +++ b/topics/kafka/README.md @@ -44,3 +44,23 @@ An application that publishes data to the Kafka cluster. - Broker: a server with kafka process running on it. Such server has local storage. In a single Kafka clusters there are usually multiple brokers. + +
+ What is the role of ZooKeeper is Kafka?
+In Kafka, Zookeeper is a centralized controller that manages metadata for producers, brokers, and consumers. +Zookeeper also: + + + +