AndrewJSchofield commented on code in PR #23214:
URL: https://github.com/apache/kafka/pull/23214#discussion_r3828225113
##########
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:
We do use `info` for suggesting that users try out the new group protocol in
`ClassicKafkaConsumer`. Either `info` or `warn` is good for me. The new
behaviour is already non-default since the recent changes so I doubt people are
likely to be caught unawares.
--
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]