From 882553f066d3169002541ee8232be569cebc08d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Tue, 16 Mar 2021 11:16:28 +0100 Subject: [PATCH] Set new default for schema registry --- .../src/main/resources/META-INF/application.properties | 2 +- .../src/main/resources/META-INF/application.properties | 2 +- .../src/main/resources/META-INF/application.properties | 2 +- .../src/main/resources/META-INF/application.properties | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/theodolite-benchmarks/uc1-application/src/main/resources/META-INF/application.properties b/theodolite-benchmarks/uc1-application/src/main/resources/META-INF/application.properties index b46e6246e..e3371cc87 100644 --- a/theodolite-benchmarks/uc1-application/src/main/resources/META-INF/application.properties +++ b/theodolite-benchmarks/uc1-application/src/main/resources/META-INF/application.properties @@ -4,5 +4,5 @@ application.version=0.0.1 kafka.bootstrap.servers=localhost:9092 kafka.input.topic=input -schema.registry.url=http://localhost:8091 +schema.registry.url=http://localhost:8081 diff --git a/theodolite-benchmarks/uc2-application/src/main/resources/META-INF/application.properties b/theodolite-benchmarks/uc2-application/src/main/resources/META-INF/application.properties index 15293b138..1b59528db 100644 --- a/theodolite-benchmarks/uc2-application/src/main/resources/META-INF/application.properties +++ b/theodolite-benchmarks/uc2-application/src/main/resources/META-INF/application.properties @@ -6,4 +6,4 @@ kafka.input.topic=input kafka.output.topic=output kafka.window.duration.minutes=1 -schema.registry.url=http://localhost:8091 +schema.registry.url=http://localhost:8081 diff --git a/theodolite-benchmarks/uc3-application/src/main/resources/META-INF/application.properties b/theodolite-benchmarks/uc3-application/src/main/resources/META-INF/application.properties index 1273441a6..0ce745fb6 100644 --- a/theodolite-benchmarks/uc3-application/src/main/resources/META-INF/application.properties +++ b/theodolite-benchmarks/uc3-application/src/main/resources/META-INF/application.properties @@ -7,4 +7,4 @@ kafka.output.topic=output aggregation.duration.days=30 aggregation.advance.days=1 -schema.registry.url=http://localhost:8091 +schema.registry.url=http://localhost:8081 diff --git a/theodolite-benchmarks/uc4-application/src/main/resources/META-INF/application.properties b/theodolite-benchmarks/uc4-application/src/main/resources/META-INF/application.properties index ce0609107..a21f7e917 100644 --- a/theodolite-benchmarks/uc4-application/src/main/resources/META-INF/application.properties +++ b/theodolite-benchmarks/uc4-application/src/main/resources/META-INF/application.properties @@ -7,7 +7,7 @@ kafka.configuration.topic=configuration kafka.feedback.topic=aggregation-feedback kafka.output.topic=output -schema.registry.url=http://localhost:8091 +schema.registry.url=http://localhost:8081 emit.period.ms=5000 grace.period.ms=0 \ No newline at end of file -- GitLab