log.cleaner.enable — Kafka Broker Configuration
Enable the log cleaner process to run on the server. Should be enabled if using any topics with a cleanup.
Description
Enable the log cleaner process to run on the server. Should be enabled if using any topics with a cleanup.policy=compact including the internal offsets topic. If disabled those topics will not be compacted and continually grow in size.
Default Values by Kafka Version
| Kafka Version | Default Value |
|---|---|
| 0.8.1 | false |
| 0.8.2 | false |
| 0.9.0 | true |
| 0.10.0 | true |
| 0.10.1 | true |
| 0.10.2 | true |
| 0.11.0 | true |
| 1.0 | true |
| 1.1 | true |
| 2.0 | true |
| 2.1 | true |
| 2.2 | true |
| 2.3 | true |
| 2.4 | true |
| 2.5 | true |
| 2.6 | true |
| 2.7 | true |
| 2.8 | true |
| 3.0 | true |
| 3.1 | true |
| 3.2 | true |
| 3.3 | true |
| 3.4 | true |
| 3.5 | true |
| 3.6 | true |
| 3.7 | true |
| 3.8 | true |
| 3.9 | true |
| 4.0 | true |
| 4.1 | true |
| 4.2 | true |
Related Configs
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.