KIP-24 — Remove ISR information from TopicMetadataRequest and add broker level metadata request
Discarded ProtocolBroker
KIP-24 proposes removing ISR information from `TopicMetadataRequest` responses and adding a new `BrokerMetadataRequest` that returns per-partition ISR state only for partitions a broker leads. The existing ISR data in metadata responses can be stale because leader-driven ISR updates are not propagated to all brokers, making it unreliable for clients that depend on it.
Protocol Impact
Details
| Author | Ashish Singh |
| Status | Discarded |
| JIRA | KAFKA-1367 |
| Wiki | View on Apache Wiki |
| Created | 2015-05-08 |
| Last Modified | 2015-07-18 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.