remote.log.manager.fetch.max.bytes.per.second — Kafka Broker Configuration
The maximum number of bytes that can be fetched from remote storage to local storage per second. This is a global limit for all the partitions that are being fetched from remote storage to local storage.
Description
The maximum number of bytes that can be fetched from remote storage to local storage per second. This is a global limit for all the partitions that are being fetched from remote storage to local storage. The default value is Long.MAX_VALUE, which means there is no limit on the number of bytes that can be fetched per second.
Default Values by Kafka Version
| Kafka Version | Default Value |
|---|---|
| 3.8 | 9223372036854775807 |
| 3.9 | 9223372036854775807 |
| 4.0 | 9223372036854775807 |
| 4.1 | 9223372036854775807 |
| 4.2 | 9223372036854775807 |
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.