# limits the number of active connections from a host, # specified by IP address, to a single ZooKeeper server. maxClientCnxns=100 # The basic time unit in milliseconds used by ZooKeeper. # It is used to do heartbeats and the minimum session timeout will be twice the tickTime. tickTime=2000 # Timeouts ZooKeeper uses to limit the length of time the ZooKeeper # servers in quorum have to connect to a leader. initLimit=10 # Limits how far out of date a server can be from a leader. syncLimit=5 # Enable admin server. admin.enableServer=false # The localtion to store the in-memory database snapshots and, unless specified otherwise, # the transaction log of updates to the database. dataDir={{zkdata_path}} # The port to listen for client connections. clientPort={{port}}