Last active
May 29, 2018 08:38
-
-
Save amundra2016/44d1f2e294a7e381013712ca6dc5cc29 to your computer and use it in GitHub Desktop.
Kafka Setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dataDir=/tmp/zookeeper | |
clientPort=2181 | |
# disable the per-ip limit on the number of connections since this is a non-production config | |
maxClientCnxns=10 | |
server.1=172.31.11.221:2888:3888 | |
server.2=172.31.7.161:2888:3888 | |
server.3=172.31.2.85:2888:3888 | |
initLimit=5 | |
syncLimit=2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment