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

Specify commit interval for UC2

parent b5cf14cd
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
......
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