zktreeutil
Command line utilities for zookeeper
Install
- All systems
-
curl cmd.cat/zktreeutil.sh
- Debian
-
apt-get install zookeeper-bin
- Ubuntu
-
apt-get install zookeeper-bin
- Kali Linux
-
apt-get install zookeeper-bin
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install zookeeper-bin
- Raspbian
-
apt-get install zookeeper-bin
- Dockerfile
- dockerfile.run/zktreeutil
zookeeper-bin
Command line utilities for zookeeper
ZooKeeper is a centralized, reliable, service for maintaining configuration information, naming, providing distributed synchronization, and group services. All of these kinds of services are used in some form or another by distributed applications. This package contains additional zookeeper command line utilities using the C binding. See the "zookeeper" package for command line utilities using the java binding.