GitHub user nicktrav opened a pull request: https://github.com/apache/kafka/pull/2708
KAFKA-4914: Partition re-assignment tool should check types before pe⦠â¦rsisting state in ZooKeeper Check the structure of the partition re-assignment JSON string on both --verify and --execute variants of the ReassignPartitionsCommand to guard against type-unsafe data being stored in ZooKeeper. You can merge this pull request into a Git repository by running: $ git pull https://github.com/nicktrav/kafka nickt.reassign-partitions-validation Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/2708.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 #2708 ---- commit a5bb980299e232dcf206703f9bfaad69ecfe031d Author: Nicholas Travers <ni...@squareup.com> Date: 2017-03-19T04:39:31Z KAFKA-4914: Partition re-assignment tool should check types before persisting state in ZooKeeper Check the structure of the partition re-assignment JSON string on both --verify and --execute variants of the ReassignPartitionsCommand to guard against type-unsafe data being stored in ZooKeeper. ---- --- 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. ---