Skip to content
Snippets Groups Projects
Commit 3fff6b24 authored by Simon Ehrenstein's avatar Simon Ehrenstein
Browse files

Set default kafka properties

parent 698db95c
No related branches found
No related tags found
1 merge request!243Migrate to Strimzi Kafka
...@@ -19,6 +19,12 @@ spec: ...@@ -19,6 +19,12 @@ spec:
configMapKeyRef: configMapKeyRef:
name: kafka-metrics name: kafka-metrics
key: kafka-metrics-config.yml key: kafka-metrics-config.yml
config:
message.max.bytes: "134217728" # 128 MB
replica.fetch.max.bytes: "134217728" #128 MB
auto.create.topics.enable: false
log.retention.ms: "7200000" # 2h
metrics.sample.window.ms: "5000" #5s
kafkaExporter: {} kafkaExporter: {}
......
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