From 57ed995c60f9166be5695999d2fc45938235d0d0 Mon Sep 17 00:00:00 2001 From: Staffan Olsson Date: Thu, 9 Nov 2017 14:35:40 +0100 Subject: Use the bootstrap service (#52) for repeated bootstraps The test should still pass if any single broker is down. --- test/kafkacat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/kafkacat.yml') diff --git a/test/kafkacat.yml b/test/kafkacat.yml index 7fb636f..61a265c 100644 --- a/test/kafkacat.yml +++ b/test/kafkacat.yml @@ -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 -- cgit v1.2.3