Skip to content

Commit 5b9f199

Browse files
committed
test-basic-produce-consume starts new clients ...
for every readiness run, so it's a good test case for the bootstrap service (#79)
1 parent b8bfda8 commit 5b9f199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/basic-produce-consume.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ spec:
8484
image: solsson/kafka:1.0.0@sha256:17fdf1637426f45c93c65826670542e36b9f3394ede1cb61885c6a4befa8f72d
8585
env:
8686
- name: BOOTSTRAP
87-
value: kafka-0.broker.kafka.svc.cluster.local:9092,kafka-1.broker.kafka.svc.cluster.local:9092,kafka-2.broker.kafka.svc.cluster.local:9092
87+
value: bootstrap.kafka:9092
8888
- name: ZOOKEEPER
8989
value: zookeeper.kafka.svc.cluster.local:2181
9090
# Test set up

0 commit comments

Comments
 (0)