Skip to content

Commit fabb292

Browse files
committed
Evaluates bootstrap; kafkacat ERRs on missing brokers ...
so this solves the problem with maintaining the BOOTSTRAP string
1 parent 7470b6d commit fabb292

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)