Skip to content
Snippets Groups Projects

Set Kafka Streams commit interval to 5000ms

Merged Sören Henning requested to merge cleanup-commit-interval into main
45 files
+ 39
99
Compare changes
  • Side-by-side
  • Inline
Files
45
@@ -26,8 +26,6 @@ spec:
value: "http://my-confluent-cp-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:
cpu: 1000m
Loading