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

...

We will support --if-exists and --if-not-exists when --bootstrap-server is specified.  Previously, this was only supported if --zookeeper was specified.

kafka-acls.sh changes

In kafka-acls.sh will no longer , support for directly updating ACLs through AclAuthorizer extensions will be deprecated and eventually removed in a major release. Instead users will be expected to update ACLs through the admin client by providing the --bootstrap-server argument.

...

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.

...