Skip to content

Commit

Permalink
0.10.2 adds to the confusion about consumer args, #21
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed Jun 23, 2017
1 parent 1110d59 commit b9340fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/21consumer-test1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ spec:
image: solsson/kafka:0.10.0.1
command:
- ./bin/kafka-console-consumer.sh
- --zookeeper
- zookeeper:2181
- --bootstrap-server
- kafka-0.broker.kafka.svc.cluster.local:9092,kafka-1.broker.kafka.svc.cluster.local:9092,kafka-2.broker.kafka.svc.cluster.local:9092
- --topic
- test1
- --from-beginning

0 comments on commit b9340fe

Please sign in to comment.