philipnee commented on code in PR #16629:
URL: https://github.com/apache/kafka/pull/16629#discussion_r1688560266
##########
clients/src/main/java/org/apache/kafka/clients/ClientUtils.java:
##########
@@ -228,6 +229,10 @@ public static NetworkClient
createNetworkClient(AbstractConfig config,
metricsGroupPrefix,
channelBuilder,
logContext);
+ bootstrapConfig = new NetworkClient.BootstrapConfiguration(
Review Comment:
The bootstrap server addresses are stored in metadata per KIP-899 but
metadata.rebootstrap() is called within metadata.maybeUpdate(). So I don't
know if it is easy to combine both config.
--
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]