From 3136b522715be2fa6eec65d282a2876f36975ed2 Mon Sep 17 00:00:00 2001 From: lorenz <stu203404@mail.uni-kiel.de> Date: Mon, 5 Oct 2020 19:37:47 +0200 Subject: [PATCH] Add missing shemaregistry url to uc4 properties --- .../src/main/resources/META-INF/application.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/uc4-application/src/main/resources/META-INF/application.properties b/uc4-application/src/main/resources/META-INF/application.properties index 4d4bc7b5a..e577c880a 100644 --- a/uc4-application/src/main/resources/META-INF/application.properties +++ b/uc4-application/src/main/resources/META-INF/application.properties @@ -6,6 +6,9 @@ kafka.input.topic=input kafka.output.topic=output aggregation.duration.days=30 aggregation.advance.days=1 + +schema.registry.url=http://localhost:8091 + num.threads=1 commit.interval.ms=100 cache.max.bytes.buffering=-1 -- GitLab