chia7712 commented on code in PR #23214:
URL: https://github.com/apache/kafka/pull/23214#discussion_r3821317257


##########
clients/src/main/java/org/apache/kafka/clients/CommonClientConfigs.java:
##########
@@ -68,7 +68,8 @@ public class CommonClientConfigs {
         " value, DNS is resolved asynchronously and this is the maximum amount 
of time the client will spend" +
         " retrying resolution before failing with an unrecoverable 
<code>BootstrapResolutionException</code> from" +
         " subsequent API calls (the client must then be closed and re-created 
after fixing the underlying DNS or" +
-        " <code>bootstrap.servers</code> configuration issue).";
+        " <code>bootstrap.servers</code> configuration issue)." +
+        " Setting this config to a positive value enables an evolving feature 
whose compatibility may be broken in a minor release.";

Review Comment:
   Would you mind adding a log for positive values? It'll make it easier for 
users to notice
    



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

Reply via email to