You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
748 B
29 lines
748 B
[zookeeper] |
|
servers=[ "localhost:22181", "localhost:32181", "localhost:42181" ] |
|
timeout=6 |
|
root-path="/burrow" |
|
|
|
[cluster.local] |
|
class-name="kafka" |
|
servers=[ "localhost:19092", "localhost:29092", "localhost:39092" ] |
|
topic-refresh=10 |
|
offset-refresh=10 |
|
|
|
[consumer.local] |
|
class-name="kafka" |
|
cluster="local" |
|
servers=[ "localhost:19092", "localhost:29092", "localhost:39092" ] |
|
group-blacklist="^(console-consumer-|python-kafka-consumer-).*$" |
|
group-whitelist="" |
|
|
|
[consumer.local_zk] |
|
class-name="kafka_zk" |
|
cluster="local" |
|
servers=[ "localhost:22181", "localhost:32181", "localhost:42181" ] |
|
zookeeper-path="/local" |
|
zookeeper-timeout=30 |
|
group-blacklist="^(console-consumer-|python-kafka-consumer-).*$" |
|
group-whitelist="" |
|
|
|
[httpserver.default] |
|
address=":8000"
|
|
|