conduktor.io ↗

replica.fetch.response.max.bytes — Kafka Broker Configuration

Maximum bytes expected for the entire fetch response. Records are fetched in batches, and if the first record batch in the first non-empty partition of the fetch is larger than this value, the record batch will still be returned to ensure that progress can be made.

Description

Maximum bytes expected for the entire fetch response. Records are fetched in batches, and if the first record batch in the first non-empty partition of the fetch is larger than this value, the record batch will still be returned to ensure that progress can be made. As such, this is not an absolute maximum. The maximum record batch size accepted by the broker is defined via message.max.bytes (broker config) or max.message.bytes (topic config).

Default Values by Kafka Version

Kafka VersionDefault Value
0.10.110485760
0.10.210485760
0.11.010485760
1.010485760
1.110485760
2.010485760
2.110485760
2.210485760
2.310485760
2.410485760
2.510485760
2.610485760 (10 mebibytes)
2.710485760 (10 mebibytes)
2.810485760 (10 mebibytes)
3.010485760 (10 mebibytes)
3.110485760 (10 mebibytes)
3.210485760 (10 mebibytes)
3.310485760 (10 mebibytes)
3.410485760 (10 mebibytes)
3.510485760 (10 mebibytes)
3.610485760 (10 mebibytes)
3.710485760 (10 mebibytes)
3.810485760 (10 mebibytes)
3.910485760 (10 mebibytes)
4.010485760 (10 mebibytes)
4.110485760 (10 mebibytes)
4.210485760 (10 mebibytes)
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.