metadata.log.max.record.bytes.between.snapshots — Kafka Broker Configuration
This is the maximum number of bytes in the log between the latest snapshot and the high-watermark needed before generating a new snapshot. The default value is 20971520.
Description
This is the maximum number of bytes in the log between the latest snapshot and the high-watermark needed before generating a new snapshot. The default value is 20971520. To generate snapshots based on the time elapsed, see the metadata.log.max.snapshot.interval.ms configuration. The Kafka node will generate a snapshot when either the maximum time interval is reached or the maximum bytes limit is reached.
Default Values by Kafka Version
| Kafka Version | Default Value |
|---|---|
| 3.0 | 20971520 |
| 3.1 | 20971520 |
| 3.2 | 20971520 |
| 3.3 | 20971520 |
| 3.4 | 20971520 |
| 3.5 | 20971520 |
| 3.6 | 20971520 |
| 3.7 | 20971520 |
| 3.8 | 20971520 |
| 3.9 | 20971520 |
| 4.0 | 20971520 |
| 4.1 | 20971520 |
| 4.2 | 20971520 |
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.