Created
February 25, 2016 17:01
-
-
Save vagelim/2779a52bfb41b57bf298 to your computer and use it in GitHub Desktop.
Example Burrow configuration file for local deployment (bare minimum configuration)
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
[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