Skip to content

Commit aa62d1f

Browse files
committed
Evaluate bootstrap with kafkacat that can't handle missing brokers
1 parent 4951e15 commit aa62d1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/basic-with-kafkacat.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ spec:
7272
env:
7373
- name: BOOTSTRAP
7474
#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
75-
value: kafka-0.broker.kafka.svc.cluster.local:9092
75+
#value: kafka-0.broker.kafka.svc.cluster.local:9092
76+
value: bootstrap.kafka.svc.cluster.local:9092
7677
- name: ZOOKEEPER
7778
value: zookeeper.kafka.svc.cluster.local:2181
7879
# Test set up

0 commit comments

Comments
 (0)