KIP-814 — Static membership protocol should let the leader skip assignment
Accepted Kafka 3.2 Consumer
Extends the static membership protocol so that the group leader can return a `JOIN_GROUP` response indicating it should skip recomputing the partition assignment when it knows the assignment is unchanged. Currently, when a static leader rejoins the group, the coordinator silently designates it leader without informing it, causing the leader to send a stale assignment that wastes CPU and can trigger unnecessary rebalances.
Protocol Impact
Details
| Author | David Jacot |
| Status | Accepted |
| Kafka Version | 3.2 |
| JIRA | KAFKA-13435 |
| Wiki | View on Apache Wiki |
| Created | 2022-01-19 |
| Last Modified | 2022-03-02 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.