aboutsummaryrefslogtreecommitdiff
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
parent3571677465894288670e1e9668c8ed1d3bf824f8 (diff)
downloadkubernetes-kafka-ed29106874420ba1faafccd12632a461ff40ecc8.tar.gz
kubernetes-kafka-ed29106874420ba1faafccd12632a461ff40ecc8.tar.bz2
kubernetes-kafka-ed29106874420ba1faafccd12632a461ff40ecc8.zip
Upgrades to 4.0.0
-rw-r--r--confluent-rest/confluent-config.yml8
-rw-r--r--confluent-rest/rest-service.yml2
-rw-r--r--confluent-rest/rest.yml4
-rw-r--r--confluent-rest/schemas.yml2
4 files changed, 7 insertions, 9 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
diff --git a/confluent-rest/rest-service.yml b/confluent-rest/rest-service.yml
index a3ffda6..524f401 100644
--- a/confluent-rest/rest-service.yml
+++ b/confluent-rest/rest-service.yml
@@ -7,4 +7,4 @@ spec:
ports:
- port: 80
selector:
- app: kafka-rest
+ app: rest-proxy
diff --git a/confluent-rest/rest.yml b/confluent-rest/rest.yml
index c835ebf..71e6c53 100644
--- a/confluent-rest/rest.yml
+++ b/confluent-rest/rest.yml
@@ -13,11 +13,11 @@ spec:
template:
metadata:
labels:
- app: kafka-rest
+ app: rest-proxy
spec:
containers:
- name: cp
- image: solsson/kafka-cp@sha256:89e5b3b326bf8ef888efa9501cd22fb941ca7b5ccef8dfc2f44a1e218f4427e1
+ image: solsson/kafka-cp@sha256:2797da107f477ede2e826c29b2589f99f22d9efa2ba6916b63e07c7045e15044
env:
- name: KAFKAREST_LOG4J_OPTS
value: -Dlog4j.configuration=file:/etc/kafka-rest/log4j.properties
diff --git a/confluent-rest/schemas.yml b/confluent-rest/schemas.yml
index c762d63..50e6207 100644
--- a/confluent-rest/schemas.yml
+++ b/confluent-rest/schemas.yml
@@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: cp
- image: solsson/kafka-cp@sha256:89e5b3b326bf8ef888efa9501cd22fb941ca7b5ccef8dfc2f44a1e218f4427e1
+ image: solsson/kafka-cp@sha256:2797da107f477ede2e826c29b2589f99f22d9efa2ba6916b63e07c7045e15044
env:
- name: SCHEMA_REGISTRY_LOG4J_OPTS
value: -Dlog4j.configuration=file:/etc/schema-registry/log4j.properties