mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-12 06:24:10 +01:00
docs: mention Kafka retention.bytes is per-partition
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user