KIP-735 — Increase default consumer session timeout
Accepted Kafka 3.0 Consumer
Adds a per-consumer-group `session.timeout.ms` override capability so that individual groups can be configured with session timeouts outside the broker's global `[group.min/max.session.timeout.ms]` range. In multi-tenant cloud environments workloads have highly variable GC and network characteristics, making a single global timeout range inadequate for all groups.
Details
| Author | Jason Gustafson |
| Status | Accepted |
| Kafka Version | 3.0 |
| JIRA | KAFKA-12874 |
| Wiki | View on Apache Wiki |
| Created | 2021-04-21 |
| Last Modified | 2021-07-30 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.