From 71308b52341337cef1f654b02a41fc27fbe3db7e Mon Sep 17 00:00:00 2001 From: Aaron Winston Comyn Date: Wed, 30 May 2018 09:48:41 +0200 Subject: [PATCH] Adds zookeeper into the rest-proxies configuration, updated rest tests to the new service name --- avro-tools/avro-tools-config.yml | 1 + avro-tools/test/70rest-test1.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/avro-tools/avro-tools-config.yml b/avro-tools/avro-tools-config.yml index 5f5d3425..9a3dd35b 100644 --- a/avro-tools/avro-tools-config.yml +++ b/avro-tools/avro-tools-config.yml @@ -20,6 +20,7 @@ data: listeners=http://0.0.0.0:80 bootstrap.servers=PLAINTEXT://bootstrap.kafka:9092 schema.registry.url=http://avro-schemas.kafka:80 + zookeeper.connect=zookeeper.kafka:2181 # https://github.com/Landoop/kafka-topics-ui#common-issues access.control.allow.methods=GET,POST,PUT,DELETE,OPTIONS diff --git a/avro-tools/test/70rest-test1.yml b/avro-tools/test/70rest-test1.yml index f26cdc96..523a79e5 100644 --- a/avro-tools/test/70rest-test1.yml +++ b/avro-tools/test/70rest-test1.yml @@ -14,7 +14,7 @@ spec: image: solsson/curl@sha256:523319afd39573746e8f5a7c98d4a6cd4b8cbec18b41eb30c8baa13ede120ce3 env: - name: REST - value: http://rest.kafka.svc.cluster.local + value: http://avro-rest.kafka.svc.cluster.local - name: TOPIC value: test1 command: