2 Kafka Middleware Setup
This topic provides the information about the kafta middleware setup.
- Zookeeper Setup
This topic provides the systematic instructions to setup the Zookeeper. - Kafka Setup
This topic provides the systematic instruction to setup kafka.
2.1 Zookeeper Setup
This topic provides the systematic instructions to 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 3 zookeeper ensemble on 3 servers each.
Parent topic: Kafka Middleware Setup
2.2 Kafka Setup
This topic provides the systematic instruction to setup kafka.
Parent topic: Kafka Middleware Setup