hysuuuu opened a new pull request, #23487: URL: https://github.com/apache/kafka/pull/23487
While the Kafka documentation covers updating cluster-wide broker defaults via `--entity-default`, the Java API (`Admin#incrementalAlterConfigs`) lacked instructions for doing this programmatically. Added a usage note to the `Admin#incrementalAlterConfigs` Javadoc. It clarifies that updating cluster-wide defaults requires a `ConfigResource` with type `BROKER` and an empty string `""` as the name. -- 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]
