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


##########
clients/src/main/java/org/apache/kafka/clients/ClientUtils.java:
##########
@@ -147,6 +147,11 @@ public static BootstrapConfiguration 
bootstrapConfiguration(AbstractConfig confi
         if (bootstrapResolveTimeoutMs == 0L) {
             return BootstrapConfiguration.DISABLED;
         }
+        log.info(

Review Comment:
   Agreed. Since users have to explicitly enable the feature, I'm fine with 
using info here.



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