Skip to content

Commit

Permalink
Use the bootstrap service (#52) for repeated bootstraps
Browse files Browse the repository at this point in the history
The test should still pass if any single broker is down.
  • Loading branch information
solsson committed Nov 9, 2017
1 parent 7d1eec3 commit 57ed995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/kafkacat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ spec:
image: solsson/kafkacat@sha256:b32eedf936f3cde44cd164ddc77dfcf7565a8af4e357ff6de1abe4389ca530c9
env:
- name: BOOTSTRAP
value: kafka-0.broker.kafka.svc.cluster.local:9092
value: bootstrap.kafka:9092
command:
- /bin/bash
- -e
Expand Down

0 comments on commit 57ed995

Please sign in to comment.