9.1 Zookeeper Cluster Setup
This topic provides the systematic instructions to install Zookeeper cluster setup.
Note:
It is recommended to keep minimum number of zookeeper nodes as 3 or higher in odd numbers. The sample configs provided below are for 3 node setup.Note:
To restart the server, refer to the Restart Server section in Configuration and Deployment Guide.Before proceeding, ensure that the below installation is done.
- JDK is installed in all node machines.
- Download kafka_2.13-3.7.0 and extract the binary in all node machines. Kafka can be found at <Unzip the file>/THIRD_PARTY_SOFTWARES/KAFKA/ARCHIVE
Note:
Please note that the zookeeper that we will be using is bundled within kafka.