From 2aa438d78928ef6b58ef54c014e523b42c7fd0c0 Mon Sep 17 00:00:00 2001 From: lorenz <stu203404@mail.uni-kiel.de> Date: Wed, 25 May 2022 16:44:50 +0200 Subject: [PATCH] Extend application.properties hazelcast-jet --- .../src/main/resources/META-INF/application.properties | 4 +++- .../src/main/resources/META-INF/application.properties | 5 ++++- .../src/main/resources/META-INF/application.properties | 6 +++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/theodolite-benchmarks/uc2-hazelcastjet/src/main/resources/META-INF/application.properties b/theodolite-benchmarks/uc2-hazelcastjet/src/main/resources/META-INF/application.properties index e3371cc87..32db468dc 100644 --- a/theodolite-benchmarks/uc2-hazelcastjet/src/main/resources/META-INF/application.properties +++ b/theodolite-benchmarks/uc2-hazelcastjet/src/main/resources/META-INF/application.properties @@ -1,8 +1,10 @@ -application.name=theodolite-uc1-application +application.name=theodolite-uc2-application application.version=0.0.1 kafka.bootstrap.servers=localhost:9092 kafka.input.topic=input +kafka.output.topic=output +kafka.window.duration.minutes=1 schema.registry.url=http://localhost:8081 diff --git a/theodolite-benchmarks/uc3-hazelcastjet/src/main/resources/META-INF/application.properties b/theodolite-benchmarks/uc3-hazelcastjet/src/main/resources/META-INF/application.properties index e3371cc87..0e7d3f42f 100644 --- a/theodolite-benchmarks/uc3-hazelcastjet/src/main/resources/META-INF/application.properties +++ b/theodolite-benchmarks/uc3-hazelcastjet/src/main/resources/META-INF/application.properties @@ -1,8 +1,11 @@ -application.name=theodolite-uc1-application +application.name=theodolite-uc3-application application.version=0.0.1 kafka.bootstrap.servers=localhost:9092 kafka.input.topic=input +kafka.output.topic=output +aggregation.duration.days=30 +aggregation.advance.days=1 schema.registry.url=http://localhost:8081 diff --git a/theodolite-benchmarks/uc4-hazelcastjet/src/main/resources/META-INF/application.properties b/theodolite-benchmarks/uc4-hazelcastjet/src/main/resources/META-INF/application.properties index e3371cc87..04e8e7a4c 100644 --- a/theodolite-benchmarks/uc4-hazelcastjet/src/main/resources/META-INF/application.properties +++ b/theodolite-benchmarks/uc4-hazelcastjet/src/main/resources/META-INF/application.properties @@ -1,8 +1,12 @@ -application.name=theodolite-uc1-application +application.name=theodolite-uc4-application application.version=0.0.1 kafka.bootstrap.servers=localhost:9092 kafka.input.topic=input +kafka.output.topic=output +kafka.configuration.topic=configuration +kafka.feedback.topic=aggregation-feedback schema.registry.url=http://localhost:8081 +window.size=5000 -- GitLab