johnny94 commented on code in PR #19306: URL: https://github.com/apache/kafka/pull/19306#discussion_r2038879355
########## tools/src/main/java/org/apache/kafka/tools/DelegationTokenCommand.java: ########## @@ -284,7 +294,7 @@ public String hmac() { public void checkArgs() { // check required args - CommandLineUtils.checkRequiredArgs(parser, options, bootstrapServerOpt, commandConfigOpt); + CommandLineUtils.checkRequiredArgs(parser, options, commandConfigOpt); Review Comment: Addressed https://github.com/apache/kafka/pull/19306/files#r2034702639 here. Remaining checks can be done by `CommandLineUtils.initializeBootstrapProperties` -- 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