Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update with deprecated reassign-partitions tool arguments

...

kafka-reassign-partitions.sh is a script to create, inspect, or modify partition reassignments.

We will remove deprecate the --zookeeper option from this script.  New operations introduced by this KIP (cancellation, list) will not be supported by the ZK flag.

All old operations and new will be supported Instead, all operations will be performed through the admin client.  This will be initialized by the --bootstrap-server flag, which already exists.

...