conduktor.io ↗

KIP-327 — Add describe all topics API to AdminClient

Discarded Admin

Proposes a dedicated `DescribeAllTopicsRequest` protocol RPC to atomically retrieve all topics' metadata in one call. Using `listTopics()` followed by `describeTopics(allNames)` sends a large `MetadataRequest` that returns redundant broker and cluster data, creating excessive network load in clusters with thousands of topics. (Discarded — addressed differently.)

Protocol Impact

Metadata

Details

AuthorManikumar Reddy O.
StatusDiscarded
JIRAKAFKA-7081
WikiView on Apache Wiki
Created2018-06-26
Last Modified2018-07-18
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.