m1a2st commented on code in PR #20445:
URL: https://github.com/apache/kafka/pull/20445#discussion_r2312203818


##########
tools/src/main/java/org/apache/kafka/tools/StreamsResetter.java:
##########
@@ -653,6 +650,7 @@ public StreamsResetterOptions(String[] args) {
                 if (CommandLineUtils.isPrintVersionNeeded(this)) {
                     CommandLineUtils.printVersionAndExit();
                 }
+                CommandLineUtils.checkRequiredArgs(parser, options, 
bootstrapServerOption);

Review Comment:
   Could you also add a test to verify that the `bootstrap-server` argument is 
required and that the command fails with a proper error message if it is 
missing?



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