ijuma commented on a change in pull request #9067:
URL: https://github.com/apache/kafka/pull/9067#discussion_r460714731



##########
File path: tools/src/main/java/org/apache/kafka/tools/VerifiableProducer.java
##########
@@ -241,7 +240,7 @@ public static VerifiableProducer 
createFromArgs(ArgumentParser parser, String[]
         } else {
             parser.printHelp();
             // Can't use `Exit.exit` here because it didn't exist until 
0.11.0.0.
-            System.exit(0);
+            Exit.exit(0);

Review comment:
       Did you read the comment immediately above this line? Only applies to 
`VerifiableConsumer`.




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to