offsets.commit.max.retries — Kafka Consumer Configuration
Retry the offset commit up to this many times on failure. This retry count only applies to offset commits during shut-down.
Description
Retry the offset commit up to this many times on failure. This retry count only applies to offset commits during shut-down. It does not apply to commits originating from the auto-commit thread. It also does not apply to attempts to query for the offset coordinator before committing offsets. i.e., if a consumer metadata request fails for any reason, it will be retried and that retry does not count toward this limit.
Default Values by Kafka Version
| Kafka Version | Default Value |
|---|---|
| 0.8.2 | 5 |
| 0.9.0 | 5 |
| 0.10.0 | 5 |
| 0.10.1 | 5 |
| 0.10.2 | 5 |
| 0.11.0 | 5 |
| 1.0 | 5 |
| 1.1 | 5 |
| 2.0 | 5 |
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.