popsunlake opened a new pull request, #22834: URL: https://github.com/apache/kafka/pull/22834
The documentation for `org.apache.kafka.automatic.config.providers` currently implies that its unset default enables only Kafka's built-in ConfigProvider implementations. In practice, `AbstractConfig` allows every configured provider class when the property is absent, including custom implementations. Update both the property description and its default-value table to state that all configured ConfigProvider implementations are enabled by default, while retaining the built-in providers as examples. No tests were run because this is a documentation-only change. The wording was cross-checked against `AbstractConfig` and the existing `AbstractConfigTest` coverage for non-built-in providers and fully qualified provider class names. -- 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]
