Skip to content
Snippets Groups Projects
Commit 02776026 authored by Sören Henning's avatar Sören Henning
Browse files

Merge branch 'master' into flink-benchmark-migration

parents fb336f8d 882553f0
No related branches found
No related tags found
1 merge request!90Migrate Flink benchmark implementation
Pipeline #2363 passed
...@@ -4,5 +4,5 @@ application.version=0.0.1 ...@@ -4,5 +4,5 @@ application.version=0.0.1
kafka.bootstrap.servers=localhost:9092 kafka.bootstrap.servers=localhost:9092
kafka.input.topic=input kafka.input.topic=input
schema.registry.url=http://localhost:8091 schema.registry.url=http://localhost:8081
...@@ -6,4 +6,4 @@ kafka.input.topic=input ...@@ -6,4 +6,4 @@ kafka.input.topic=input
kafka.output.topic=output kafka.output.topic=output
kafka.window.duration.minutes=1 kafka.window.duration.minutes=1
schema.registry.url=http://localhost:8091 schema.registry.url=http://localhost:8081
...@@ -7,4 +7,4 @@ kafka.output.topic=output ...@@ -7,4 +7,4 @@ kafka.output.topic=output
aggregation.duration.days=30 aggregation.duration.days=30
aggregation.advance.days=1 aggregation.advance.days=1
schema.registry.url=http://localhost:8091 schema.registry.url=http://localhost:8081
...@@ -7,7 +7,7 @@ kafka.configuration.topic=configuration ...@@ -7,7 +7,7 @@ kafka.configuration.topic=configuration
kafka.feedback.topic=aggregation-feedback kafka.feedback.topic=aggregation-feedback
kafka.output.topic=output kafka.output.topic=output
schema.registry.url=http://localhost:8091 schema.registry.url=http://localhost:8081
emit.period.ms=5000 emit.period.ms=5000
grace.period.ms=0 grace.period.ms=0
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment