diff --git a/test/21consumer-test1.yml b/test/21consumer-test1.yml index aff5944f..33218738 100644 --- a/test/21consumer-test1.yml +++ b/test/21consumer-test1.yml @@ -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