Versions Compared

Key

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

...

The --bootstrap-controllers  flag will set the bootstrap.controllers configuration described above. It will also clear the bootstrap.servers configuration if that has been set in some other way (for example, via a configuration file provided to the command-line tool).

The --bootstrap-controllers flag will be documented as follows:

Code Block
   --bootstrap-controllers CONTROLLERS
                         A comma-separted list of bootstrap.controllers that can be supplied instead of boostrap-servers.
                         This is useful for administrators who wish to bypass the brokers.


Changes to kafka-metadata-shell.sh

...

The controller will return information about the specified topics, or about all topics if requested.

The client making the request must have DESCRIBE permission on the CLUSTER resource.

KRaft Controller MetadataResponse

...