Skip to content

Instantly share code, notes, and snippets.

@amundra2016
Last active May 29, 2018 08:38
Show Gist options
  • Save amundra2016/44d1f2e294a7e381013712ca6dc5cc29 to your computer and use it in GitHub Desktop.
Save amundra2016/44d1f2e294a7e381013712ca6dc5cc29 to your computer and use it in GitHub Desktop.
Kafka Setup
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