Skip to content

Commit

Permalink
Merge 0cd1f43 into 3a4372f
Browse files Browse the repository at this point in the history
  • Loading branch information
aseev-xx authored Dec 4, 2017
2 parents 3a4372f + 0cd1f43 commit d20bc99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/burrow.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class-name="kafka"
cluster="local"
servers=[ "kafka01.example.com:10251", "kafka02.example.com:10251", "kafka03.example.com:10251" ]
client-profile="test"
group-blacklist="^((console-consumer-|python-kafka-consumer-|quick-).*$"
group-blacklist="^(console-consumer-|python-kafka-consumer-|quick-).*$"
group-whitelist=""

[consumer.local_zk]
Expand All @@ -42,7 +42,7 @@ cluster="local"
servers=[ "zk01.example.com:2181", "zk02.example.com:2181", "zk03.example.com:2181" ]
zookeeper-path="/kafka-cluster"
zookeeper-timeout=30
group-blacklist="^((console-consumer-|python-kafka-consumer-|quick-).*$"
group-blacklist="^(console-consumer-|python-kafka-consumer-|quick-).*$"
group-whitelist=""

[httpserver.default]
Expand Down

0 comments on commit d20bc99

Please sign in to comment.