zkCleanup.sh
High-performance coordination service for distributed applications
Install
- All systems
-
curl cmd.cat/zkCleanup.sh.sh
- Debian
-
apt-get install zookeeper
- Ubuntu
-
apt-get install zookeeper
- Kali Linux
-
apt-get install zookeeper
- Fedora
-
dnf install zookeeper
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install zookeeper
- OS X
-
brew install zookeeper
- Raspbian
-
apt-get install zookeeper
- Dockerfile
- dockerfile.run/zkCleanup.sh
zookeeper
High-performance coordination service for distributed applications
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 the shell scripts and an example configuration but does not automatically start up the service. The example configuration is installed with the update-alternatives mechanism.