conduktor.io ↗

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 VersionDefault Value
3.020971520
3.120971520
3.220971520
3.320971520
3.420971520
3.520971520
3.620971520
3.720971520
3.820971520
3.920971520
4.020971520
4.120971520
4.220971520
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.