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

Set new default for schema registry

parent 70a5b2ae
No related branches found
No related tags found
No related merge requests found
Pipeline #2361 passed
......@@ -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
......@@ -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
......@@ -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
......@@ -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
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