Skip to content

Commit c6beae2

Browse files
committed
0.10.2 adds to the confusion about consumer args, #21
1 parent 7bf8871 commit c6beae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/21consumer-test1.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ spec:
1717
image: solsson/kafka:0.10.0.1
1818
command:
1919
- ./bin/kafka-console-consumer.sh
20-
- --zookeeper
21-
- zookeeper:2181
20+
- --bootstrap-server
21+
- kafka-0.broker.kafka.svc.cluster.local:9092,kafka-1.broker.kafka.svc.cluster.local:9092,kafka-2.broker.kafka.svc.cluster.local:9092
2222
- --topic
2323
- test1
2424
- --from-beginning

0 commit comments

Comments
 (0)