philipnee commented on code in PR #16629:
URL: https://github.com/apache/kafka/pull/16629#discussion_r1690598152


##########
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:
   KIP-899 allows clients to rebootstrap.  so it stores the bootstrap server 
addresses in the metadata. check `Metadata.java`
   



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