fvaleri commented on code in PR #14059: URL: https://github.com/apache/kafka/pull/14059#discussion_r1270547163
########## server-common/src/main/java/org/apache/kafka/server/util/ToolsUtils.java: ########## @@ -100,4 +102,25 @@ public static void prettyPrintTable( printRow(columnLengths, headers, out); rows.forEach(row -> printRow(columnLengths, row, out)); } + + public static void validateBootstrapServer(OptionParser parser, String bootstrapServer) { Review Comment: Do we want to change that? -- 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