aboutsummaryrefslogtreecommitdiff
path: root/confluent-rest/confluent-config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'confluent-rest/confluent-config.yml')
-rw-r--r--confluent-rest/confluent-config.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/confluent-rest/confluent-config.yml b/confluent-rest/confluent-config.yml
index b56484b..dd77c95 100644
--- a/confluent-rest/confluent-config.yml
+++ b/confluent-rest/confluent-config.yml
@@ -20,8 +20,7 @@ data:
# limitations under the License.
listeners=http://0.0.0.0:80
- #kafkastore.bootstrap.servers
- kafkastore.connection.url=zookeeper:2181
+ kafkastore.bootstrap.servers=PLAINTEXT://bootstrap.kafka:9092
kafkastore.topic=_schemas
debug=false
@@ -44,9 +43,8 @@ data:
#id=kafka-rest-test-server
listeners=http://0.0.0.0: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
+ bootstrap.servers=PLAINTEXT://bootstrap.kafka:9092
+ schema.registry.url=http://schemas.kafka: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