forked from apache/kafka
-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LI-HOTFIX] Support listing all partitions that are being reassigned …
…in the kafka-topics.sh (#416) TICKET = https://issues.apache.org/jira/browse/KAFKA-14381 LI_DESCRIPTION = Currently, we don't have the tooling to list all of the partitions that are being reassigned in a cluster. This PR adds support in the kafka-topics.sh script, after which the partitions being reassigned can be shown via ./bin/kafka-topics.sh --bootstrap-server <> --command-config ./ssl_configs.properties --describe --inflight-partitions EXIT_CRITERIA = When the change is merged upstream and pulled internally
- Loading branch information
Showing
1 changed file
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters