From 5020adc2ebca3a65ad714103526321c8604a4a3a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Mon, 3 May 2021 18:56:14 +0200
Subject: [PATCH] Modify default Kafka settings

---
 execution/helm/values.yaml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/execution/helm/values.yaml b/execution/helm/values.yaml
index 67dab74c3..c257fd1b7 100644
--- a/execution/helm/values.yaml
+++ b/execution/helm/values.yaml
@@ -92,8 +92,9 @@ cp-helm-charts:
       "replica.fetch.max.bytes": "134217728" # 128 MB
       #default.replication.factor: 1
       # "min.insync.replicas": 2
-      # "auto.create.topics.enable": false
-      "log.retention.ms": "10000" # 10s
+      "auto.create.topics.enable": false
+      #"log.retention.ms": "10000" # 10s
+      "log.retention.ms": "7200000" # 2h
       "metrics.sample.window.ms": "5000" #5s
       "advertised.listeners": |-
         EXTERNAL://${HOST_IP}:$((31090 + ${KAFKA_BROKER_ID}))
-- 
GitLab