----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15964/ -----------------------------------------------------------
Review request for kafka. Bugs: KAFKA-1156 https://issues.apache.org/jira/browse/KAFKA-1156 Repository: kafka Description ------- Improved the partition reassignment tool to - 1) Output the previous partition replica assignment before kicking off the new assignment, to help with rollback 2) Have 3 options - generate, verify, execute 3) Cleaned up tool to use the 3 options properly Diffs ----- core/src/main/scala/kafka/admin/ReassignPartitionsCommand.scala 70d1b81f7dab2b3316af77738d682427d668be14 Diff: https://reviews.apache.org/r/15964/diff/ Testing ------- Thanks, Neha Narkhede