acceptable.recovery.lag — Kafka Kafka Streams Configuration
The maximum acceptable lag (number of offsets to catch up) for a client to be considered caught-up enough to receive an active task assignment. Upon assignment, it will still restore the rest of the changelog before processing.
Description
The maximum acceptable lag (number of offsets to catch up) for a client to be considered caught-up enough to receive an active task assignment. Upon assignment, it will still restore the rest of the changelog before processing. To avoid a pause in processing during rebalances, this config should correspond to a recovery time of well under a minute for a given workload. Must be at least 0.
Default Values by Kafka Version
| Kafka Version | Default Value |
|---|---|
| 2.6 | 10000 |
| 2.7 | 10000 |
| 2.8 | 10000 |
| 3.0 | 10000 |
| 3.1 | 10000 |
| 3.2 | 10000 |
| 3.3 | 10000 |
| 3.4 | 10000 |
| 3.5 | 10000 |
| 3.6 | 10000 |
| 3.7 | 10000 |
| 3.8 | 10000 |
| 3.9 | 10000 |
| 4.0 | 10000 |
| 4.1 | 10000 |
| 4.2 | 10000 |
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.