Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Command NameChanges Needed
kafka-configs.shSupport --zookeeper only for pre-startup connection initialization
kafka-preferred-replica-election.shRemove this tool
kafka-reassign-partition.shRemove --zookeeper flag
kafka-topics.shRemove --zookeeper flag
kafka-acls.shRemove Deprecate and eventually remove --authorizer, --authorizer-properties, and --zk-tls-config-file

...

The flags that are being removed immediately (excluding kafka-acls.sh) have already been deprecated for at least one release. 

The migration plan is to use --bootstrap-server for these commands instead.

...