2.1 Zookeeper Setup
This topic provides the systematic instructions to install and setup the Zookeeper.
Kafka uses ZooKeeper to manage the cluster. ZooKeeper is used to coordinate the brokers/cluster topology. ZooKeeper is a consistent file system for configuration information. ZooKeeper gets used for leadership election for Broker Topic Partition Leaders. Here we are going to start a node of 2 zookeeper ensemble on 2 servers each.
Parent topic: Kafka Middleware Setup