GitHub user amethystic opened a pull request: https://github.com/apache/kafka/pull/2962
Kafka5161 reassign-partitions to check if broker of ID exists in cluster Added code to check existence of the brokers in the proposed plan. You can merge this pull request into a Git repository by running: $ git pull https://github.com/amethystic/kafka kafka5161_reassign_check_invalid_brokerID Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/2962.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2962 ---- commit 522e5d5ea05016954ae05452c500130b2722c7ab Author: amethystic <huxi...@hotmail.com> Date: 2017-05-03T01:54:23Z kafka-5161: reassign-partitions to check if broker of ID exists in cluster Added code for non-existent brokerID checking in the proposed assignemnt plan. commit c713728103eba20ff701b5c6c172086cdf23f460 Author: amethystic <huxi...@hotmail.com> Date: 2017-05-03T01:56:36Z kafka-5161: reassign-partitions to check if broker of ID exists in cluster Added code to check brokerID existence in the proposed assignment plan. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---