conduktor.io ↗

KIP-350 — Allow kafka-topics.sh to take brokerid as parameter to show partitions associated with it

Discussion Admin

Adds a `--broker-id` filter to `kafka-topics.sh --describe` to list only partitions assigned to (as leader or replica) a specific broker. Currently, operators must pipe `--describe` output through `grep` to find partitions on a given broker, which is fragile and slow in large clusters.

Details

AuthorRatish Ravindran
StatusDiscussion
JIRAKAFKA-7232
WikiView on Apache Wiki
Created2018-08-02
Last Modified2018-08-02
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.