docs: mention Kafka retention.bytes is per-partition

This commit is contained in:
Vincent Bernat
2022-08-27 08:16:14 +02:00
parent 6bfd3a0bd0
commit b45fb45393

View File

@@ -371,8 +371,9 @@ kafka:
cleanup.policy: delete cleanup.policy: delete
``` ```
Another useful setting is `retention.bytes` to limit the size of the Another useful setting is `retention.bytes` to limit the size of a
topic in bytes too. 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 Currently, the orchestrator service won't update the replication
factor. The configuration entries are kept in sync with the content of factor. The configuration entries are kept in sync with the content of