chia7712 commented on code in PR #19884: URL: https://github.com/apache/kafka/pull/19884#discussion_r2156633321
########## clients/src/test/java/org/apache/kafka/test/TestUtils.java: ########## @@ -319,6 +321,18 @@ public static File randomPartitionLogDir(File parentDir) { throw new RuntimeException("Failed to create directory after 1000 attempts"); } + /** + * Convert EndPoint to String + */ + public static String endpointToString(Endpoint endPoint) { Review Comment: It seems this method is used to verify `Endpoint`. However, we could check all fields instead of just a string, right? -- 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