mirror of https://github.com/apache/kafka.git
Currently, when executing kafka-reassign-partitions.sh with the --execute option, if a partition number specified in the JSON file does not exist, this check occurs only when submitting the reassignments to alterPartitionReassignments on the server-side. We can perform this check in advance before submitting the reassignments to the server side. Reviewers: Luke Chen <showuon@gmail.com> |
||
---|---|---|
.. | ||
src | ||
tools-api/src | ||
.gitignore |