Skip to content

Commit 18322c3

Browse files
committed
Lets us see all consumers, for now
1 parent b395083 commit 18322c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

linkedin-burrow/burrow-config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ data:
2020
class-name="kafka"
2121
cluster="local"
2222
servers=[ "kafka-0.broker:9092", "kafka-1.broker:9092", "kafka-2.broker:9092" ]
23-
group-blacklist="^(console-consumer-|python-kafka-consumer-).*$"
23+
group-blacklist=""
2424
group-whitelist=""
2525
2626
[consumer.local_zk]
@@ -29,7 +29,7 @@ data:
2929
servers=[ "zookeeper:2181" ]
3030
zookeeper-path="/local"
3131
zookeeper-timeout=30
32-
group-blacklist="^(console-consumer-|python-kafka-consumer-).*$"
32+
group-blacklist=""
3333
group-whitelist=""
3434
3535
[httpserver.default]

0 commit comments

Comments
 (0)