KIP-899 — Allow clients to rebootstrap
Accepted Kafka 3.8 ClientBroker
Allows Kafka clients to fall back to the bootstrap servers list and re-fetch cluster metadata when all currently known brokers become unreachable, rather than failing permanently. This solves the case where the entire broker set is replaced (e.g., IP changes, full cluster migration) and the cached metadata is entirely stale.
Details
| Author | Ivan Yurchenko |
| Status | Accepted |
| Kafka Version | 3.8 |
| JIRA | KAFKA-8206 |
| Wiki | View on Apache Wiki |
| Created | 2023-01-18 |
| Last Modified | 2024-05-15 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.