m1a2st commented on code in PR #18930:
URL: https://github.com/apache/kafka/pull/18930#discussion_r2140464320
##########
clients/src/main/java/org/apache/kafka/common/config/AbstractConfig.java:
##########
@@ -65,6 +65,11 @@ public class AbstractConfig {
public static final String AUTOMATIC_CONFIG_PROVIDERS_PROPERTY =
"org.apache.kafka.automatic.config.providers";
public static final String CONFIG_PROVIDERS_CONFIG = "config.providers";
+ public static final String CONFIG_PROVIDERS_DOC =
+ "Comma-separated names of <code>ConfigProvider</code> classes,
loaded and used "
+ + "in the order specified. Implementing the interface "
Review Comment:
Thanks for the comments. I've updated the documentation, and I believe using
the alias name of the class is more precise than the name of class.

--
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]