Zookeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services.
Agent Version | Zookeeper Version |
---|---|
0.1.0+ | 3.3+ |
Follow the instructions in the installation page.
# Common agents options described in agent.example.yaml
agent: {}
# ... snip ...
# Zookeeper specific configuration.
zookeeper:
# Name of the zookeeper cluster.
# *** Required ***
#cluster: <CLUSTER_NAME>
# Host and port (in host:port format) of the zookeeper 4lw server.
target: "localhost:2181"
See the full changelog for all details.