rajinisivaram commented on code in PR #13277: URL: https://github.com/apache/kafka/pull/13277#discussion_r1622186108
########## clients/src/main/java/org/apache/kafka/clients/Metadata.java: ########## @@ -304,6 +306,12 @@ public synchronized void bootstrap(List<InetSocketAddress> addresses) { this.needFullUpdate = true; this.updateVersion += 1; this.metadataSnapshot = MetadataSnapshot.bootstrap(addresses); + this.bootstrapAddresses = addresses; Review Comment: Yes, this seems fine because we are only using host string from the InetSocketAddress to build the bootstrap cluster. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org