Zookeeper

Zookeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services.

Supported versions

Agent Version Zookeeper Version
0.1.0+ 3.3+

Install

Follow the instructions in the installation page.

Configuration

# 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"

Upgrades notes

See the full changelog for all details.