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

Set commit interval to 100ms for all ucs

parent 2e9eaa37
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,8 @@ spec: ...@@ -22,6 +22,8 @@ spec:
env: env:
- name: KAFKA_BOOTSTRAP_SERVERS - name: KAFKA_BOOTSTRAP_SERVERS
value: "my-confluent-cp-kafka:9092" value: "my-confluent-cp-kafka:9092"
- name: COMMIT_INTERVAL_MS
value: "100"
- name: JAVA_OPTS - 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" value: "-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.port=5555"
- name: prometheus-jmx-exporter - name: prometheus-jmx-exporter
......
...@@ -14,8 +14,8 @@ spec: ...@@ -14,8 +14,8 @@ spec:
spec: spec:
terminationGracePeriodSeconds: 0 terminationGracePeriodSeconds: 0
containers: containers:
- name: uc2-application - name: uc3-application
image: "benediktwetzel/uc3-app:latest" image: "soerenhenning/uc3-app:latest"
ports: ports:
- containerPort: 5555 - containerPort: 5555
name: jmx name: jmx
...@@ -24,6 +24,8 @@ spec: ...@@ -24,6 +24,8 @@ spec:
value: "my-confluent-cp-kafka:9092" value: "my-confluent-cp-kafka:9092"
- name: KAFKA_WINDOW_DURATION_MINUTES - name: KAFKA_WINDOW_DURATION_MINUTES
value: "1" value: "1"
- name: COMMIT_INTERVAL_MS
value: "100"
- name: JAVA_OPTS - 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" value: "-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.port=5555"
- name: prometheus-jmx-exporter - name: prometheus-jmx-exporter
......
...@@ -22,8 +22,12 @@ spec: ...@@ -22,8 +22,12 @@ spec:
env: env:
- name: KAFKA_BOOTSTRAP_SERVERS - name: KAFKA_BOOTSTRAP_SERVERS
value: "my-confluent-cp-kafka:9092" value: "my-confluent-cp-kafka:9092"
- name: SCHEMA_REGISTRY_URL - name: AGGREGATION_DURATION_DAYS
value: "http://my-confluent-cp-schema-registry:8081" value: "7" #AGGREGATION_DURATION_DAYS
- name: AGGREGATION_DURATION_ADVANCE
value: "1"
- name: COMMIT_INTERVAL_MS
value: "100"
- name: JAVA_OPTS - 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" value: "-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.port=5555"
- name: prometheus-jmx-exporter - name: prometheus-jmx-exporter
......
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