aboutsummaryrefslogtreecommitdiff
path: root/11confluent-config.yml
diff options
context:
space:
mode:
Diffstat (limited to '11confluent-config.yml')
-rw-r--r--11confluent-config.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/11confluent-config.yml b/11confluent-config.yml
index df91677..12fa7db 100644
--- a/11confluent-config.yml
+++ b/11confluent-config.yml
@@ -43,8 +43,9 @@ data:
#id=kafka-rest-test-server
listeners=http://0.0.0.0:80
- schema.registry.url=http://schemas.kafka.svc.cluster.local:80
+ bootstrap.servers=kafka-0.broker.kafka.svc.cluster.local:9092,kafka-1.broker.kafka.svc.cluster.local:9092,kafka-2.broker.kafka.svc.cluster.local:9092
zookeeper.connect=zookeeper:2181
+ schema.registry.url=http://schemas.kafka.svc.cluster.local:80
#
# Configure interceptor classes for sending consumer and producer metrics to Confluent Control Center
# Make sure that monitoring-interceptors-<version>.jar is on the Java class path