Skip to content

Commit 57ed995

Browse files
committed
Use the bootstrap service (#52) for repeated bootstraps
The test should still pass if any single broker is down.
1 parent 7d1eec3 commit 57ed995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/kafkacat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ spec:
149149
image: solsson/kafkacat@sha256:b32eedf936f3cde44cd164ddc77dfcf7565a8af4e357ff6de1abe4389ca530c9
150150
env:
151151
- name: BOOTSTRAP
152-
value: kafka-0.broker.kafka.svc.cluster.local:9092
152+
value: bootstrap.kafka:9092
153153
command:
154154
- /bin/bash
155155
- -e

0 commit comments

Comments
 (0)