Skip to content

Commit

Permalink
test-basic-produce-consume starts new clients ...
Browse files Browse the repository at this point in the history
for every readiness run, so it's a good test case for the bootstrap service (#79)
  • Loading branch information
solsson committed Nov 5, 2017
1 parent b8bfda8 commit 5b9f199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/basic-produce-consume.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ spec:
image: solsson/kafka:1.0.0@sha256:17fdf1637426f45c93c65826670542e36b9f3394ede1cb61885c6a4befa8f72d
env:
- name: BOOTSTRAP
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
value: bootstrap.kafka:9092
- name: ZOOKEEPER
value: zookeeper.kafka.svc.cluster.local:2181
# Test set up
Expand Down

0 comments on commit 5b9f199

Please sign in to comment.