diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-05-04 18:47:02 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-05-04 18:47:02 +0200 |
commit | d953af7760b73bf2b3fe9652a3ab0141b45e9ee4 (patch) | |
tree | 801e585e4f84bf529b0132b9f8c12e3cb4dc35c0 | |
parent | misc: set proper priorities in helmsman config (diff) | |
download | fs-tracer-backend-d953af7760b73bf2b3fe9652a3ab0141b45e9ee4.tar.gz fs-tracer-backend-d953af7760b73bf2b3fe9652a3ab0141b45e9ee4.tar.bz2 fs-tracer-backend-d953af7760b73bf2b3fe9652a3ab0141b45e9ee4.zip |
kafka: set smaller retention limit
-rw-r--r-- | k8s/helmsman.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/k8s/helmsman.yml b/k8s/helmsman.yml index 27231f5..0eeef32 100644 --- a/k8s/helmsman.yml +++ b/k8s/helmsman.yml @@ -30,6 +30,8 @@ apps: extraConfig: | offsets.topic.replication.factor=1 transaction.state.log.replication.factor=1 + log.retention.hours=24 + log.retention.bytes=2147483648 payload-processor: namespace: default |