Skip to content

Commit

Permalink
max connections
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Rejahl committed Aug 6, 2019
1 parent e64a473 commit 1ddd429
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions yahoo-kafka-manager/kafka-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
- containerPort: 80
env:
- name: ZK_HOSTS
value: zookeeper.kafka:2181
value: 10.245.129.8:2181
command:
- ./bin/kafka-manager
- -Dhttp.port=80
- -Dhttp.port=80
2 changes: 1 addition & 1 deletion zookeeper/10zookeeper-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ data:
dataDir=/var/lib/zookeeper/data
dataLogDir=/var/lib/zookeeper/log
clientPort=2181
maxClientCnxns=2
maxClientCnxns=3
initLimit=5
syncLimit=2
server.1=pzoo-0.pzoo:2888:3888:participant
Expand Down

0 comments on commit 1ddd429

Please sign in to comment.