From 8def797856867cafd347496baf266cddac444c7c Mon Sep 17 00:00:00 2001 From: Staffan Olsson Date: Sun, 17 Dec 2017 22:21:30 +0100 Subject: Fixes the rename --- avro-tools/avro-tools-config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avro-tools/avro-tools-config.yml b/avro-tools/avro-tools-config.yml index 8323a0b..43fe268 100644 --- a/avro-tools/avro-tools-config.yml +++ b/avro-tools/avro-tools-config.yml @@ -18,7 +18,7 @@ data: #id=kafka-rest-test-server listeners=http://0.0.0.0:80 bootstrap.servers=PLAINTEXT://bootstrap.kafka:9092 - schema.registry.url=http://schemas.kafka:80 + schema.registry.url=http://avro-schemas.kafka:80 # https://github.com/Landoop/kafka-topics-ui#common-issues access.control.allow.methods=GET,POST,PUT,DELETE,OPTIONS -- cgit v1.2.3