aboutsummaryrefslogtreecommitdiff
path: root/confluent-rest/confluent-config.yml
diff options
context:
space:
mode:
authorStaffan Olsson <staffan@repos.se>2017-11-29 07:27:46 +0100
committerStaffan Olsson <staffan@repos.se>2017-11-29 07:27:46 +0100
commited29106874420ba1faafccd12632a461ff40ecc8 (patch)
treeeb1b2b263b1fed6ab838363f2144c0bc3be939e7 /confluent-rest/confluent-config.yml
parent3571677465894288670e1e9668c8ed1d3bf824f8 (diff)
downloadkubernetes-kafka-ed29106874420ba1faafccd12632a461ff40ecc8.tar.gz
kubernetes-kafka-ed29106874420ba1faafccd12632a461ff40ecc8.tar.bz2
kubernetes-kafka-ed29106874420ba1faafccd12632a461ff40ecc8.zip
Upgrades to 4.0.0
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