popsunlake opened a new pull request, #22838: URL: https://github.com/apache/kafka/pull/22838
Kafka 4.0 compatibility documentation currently presents `--bootstrap-server` as the only replacement for the removed `--zookeeper` option in AdminClient commands. Some commands, including `ConfigCommand` and `AclCommand`, also support direct controller connections through `--bootstrap-controller`. This change makes the compatibility note command-dependent and corrects the `kafka-acls.sh` option reference to state that `--command-config` can be used with either `--bootstrap-server` or `--bootstrap-controller`. No tests were run because these are documentation-only changes. The wording was checked against the current command option handling and existing `ConfigCommand` and `AclCommand` tests; `git diff --check` also completed successfully. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
