Skip to content

Instantly share code, notes, and snippets.

@vagelim
Created February 25, 2016 17:01
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 vagelim/2779a52bfb41b57bf298 to your computer and use it in GitHub Desktop.
Save vagelim/2779a52bfb41b57bf298 to your computer and use it in GitHub Desktop.
Example Burrow configuration file for local deployment (bare minimum configuration)
[general]
logdir=/home/kafka/burrow/log
[zookeeper]
hostname=localhost
[kafka "local"]
broker=localhost
zookeeper=localhost
zookeeper-path=/kafka-cluster
zookeeper-offsets=true # Set to false if using Kafka for offset storage
[httpserver]
server=on
port=8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment