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

Set Kafka Streams commit interval to 5000ms

See #405
parent 0cc44f19
No related branches found
No related tags found
1 merge request!305Set Kafka Streams commit interval to 5000ms
Pipeline #10160 passed
Showing with 12 additions and 9 deletions
......@@ -26,8 +26,6 @@ spec:
value: "http://theodolite-kafka-schema-registry:8081"
- name: JAVA_OPTS
value: "-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.port=5555"
- name: COMMIT_INTERVAL_MS # Set as default for the applications
value: "100"
resources:
limits:
memory: 4Gi
......
......@@ -26,8 +26,6 @@ spec:
value: "http://theodolite-kafka-schema-registry:8081"
- name: JAVA_OPTS
value: "-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.port=5555"
- name: COMMIT_INTERVAL_MS # Set as default for the applications
value: "100"
resources:
limits:
memory: 4Gi
......
......@@ -26,8 +26,6 @@ spec:
value: "http://theodolite-kafka-schema-registry:8081"
- name: JAVA_OPTS
value: "-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.port=5555"
- name: COMMIT_INTERVAL_MS # Set as default for the applications
value: "100"
resources:
limits:
memory: 4Gi
......
......@@ -26,8 +26,6 @@ spec:
value: "http://theodolite-kafka-schema-registry:8081"
- name: JAVA_OPTS
value: "-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.port=5555"
- name: COMMIT_INTERVAL_MS # Set as default for the applications
value: "100"
resources:
limits:
memory: 4Gi
......
......@@ -6,3 +6,5 @@ kafka.input.topic=input
schema.registry.url=http://localhost:8081
# Kafka Streams Config
commit.interval.ms=5000
......@@ -7,3 +7,6 @@ kafka.output.topic=output
kafka.window.duration.minutes=1
schema.registry.url=http://localhost:8081
# Kafka Streams Config
commit.interval.ms=5000
......@@ -8,3 +8,6 @@ aggregation.duration.days=30
aggregation.advance.days=1
schema.registry.url=http://localhost:8081
# Kafka Streams Config
commit.interval.ms=5000
......@@ -11,3 +11,6 @@ schema.registry.url=http://localhost:8081
emit.period.ms=5000
grace.period.ms=0
# Kafka Streams Config
commit.interval.ms=5000
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment