Skip to content

Commit

Permalink
Merge pull request #230 from Yolean/zookeeper-max-connections
Browse files Browse the repository at this point in the history
Allows a maximum of 1 connection to zookeeper per (pod) IP
  • Loading branch information
solsson authored Dec 2, 2018
2 parents cd0b3f0 + 00701ce commit 6719fda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zookeeper/10zookeeper-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ data:
dataDir=/var/lib/zookeeper/data
dataLogDir=/var/lib/zookeeper/log
clientPort=2181
maxClientCnxns=1
initLimit=5
syncLimit=2
server.1=pzoo-0.pzoo:2888:3888:participant
Expand Down

0 comments on commit 6719fda

Please sign in to comment.