From 08a97169fae32dc24f9f3bb31ce5fe6ff708f40e Mon Sep 17 00:00:00 2001 From: nold Date: Sun, 26 Jan 2025 15:28:03 +0100 Subject: [PATCH] tune(redpanda) --- projects/bi/values/redpanda.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/projects/bi/values/redpanda.yml b/projects/bi/values/redpanda.yml index 03dec654..236535dd 100644 --- a/projects/bi/values/redpanda.yml +++ b/projects/bi/values/redpanda.yml @@ -2,6 +2,12 @@ image: repository: docker.redpanda.com/redpandadata/redpanda tag: v24.3.3 +config: + cluster: + kafka_batch_max_bytes: 16777216 #16MB + kafka_request_max_bytes: 16777216 + + console: enabled: false