This guide installs ZooKeeper and starts a local server.
Download the ZooKeeper release and extract it.
Copy conf/zoo_sample.cfg to conf/zoo.cfg and adjust data directories.
bin/zkServer.sh start
bin/zkCli.sh
See ZooKeeper Configuration for configuration guidance.
Any questions?
Feel free to contact us. Find all contact information on our contact page.
Prefer automation? See ZooKeeper Ansible Setup for an example playbook.
Prefer containers? See ZooKeeper Docker Setup.
See ZooKeeper Security for hardening guidance.