Skip to content

Instantly share code, notes, and snippets.

@koushikmln
Created June 2, 2018 08:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koushikmln/d3bcf128bc7e64c8ccfc052a52e6d4cb to your computer and use it in GitHub Desktop.
Save koushikmln/d3bcf128bc7e64c8ccfc052a52e6d4cb to your computer and use it in GitHub Desktop.
dev.zookeeper = localhost:2181
dev.bootstrap.server = localhost:9092
dev.zookeeper.quorum = localhost
dev.zookeeper.port = 2181
dev.window = 20
prod.zookeeper = mapr02.itversity.com:5181,mapr03.itversity.com:5181,mapr04.itversity.com:5181
prod.zookeeper.quorum = mapr02.itversity.com,mapr03.itversity.com,mapr04.itversity.com
prod.zookeeper.port = 5181
prod.bootstrap.server = mapr02.itversity.com:9092,mapr03.itversity.com:9092,mapr04.itversity.com:9092
prod.window = 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment