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 e3371cc87e20e85e6e8c327955537e6e49dab86e..32db468dc27c48ae7345a1ad69c212b942fe00e1 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 e3371cc87e20e85e6e8c327955537e6e49dab86e..0e7d3f42f71c4ea3959f1cb5093a3a579596d7a7 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 e3371cc87e20e85e6e8c327955537e6e49dab86e..04e8e7a4c1aea0f33f4883a32a00d868bddbbf03 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