From b45fb453934291aafedd1d10f093dd40f235d89b Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 27 Aug 2022 08:16:14 +0200 Subject: [PATCH] docs: mention Kafka retention.bytes is per-partition --- console/data/docs/02-configuration.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/console/data/docs/02-configuration.md b/console/data/docs/02-configuration.md index 31958323..f68f795d 100644 --- a/console/data/docs/02-configuration.md +++ b/console/data/docs/02-configuration.md @@ -371,8 +371,9 @@ kafka: cleanup.policy: delete ``` -Another useful setting is `retention.bytes` to limit the size of the -topic in bytes too. +Another useful setting is `retention.bytes` to limit the size of a +partition in bytes too (divide it by the number of partitions to have +a limit for the topic). Currently, the orchestrator service won't update the replication factor. The configuration entries are kept in sync with the content of