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
| Author | Ratish Ravindran |
| Status | Discussion |
| JIRA | KAFKA-7232 |
| Wiki | View on Apache Wiki |
| Created | 2018-08-02 |
| Last Modified | 2018-08-02 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.