eolivelli opened a new issue #9865: URL: https://github.com/apache/pulsar/issues/9865
Pulsar client and Pulsar Perf command line tools use System.exit in order to abort the execution and report an exit code to the caller process. This makes them hard to test because System.exit will abort the JVM. We should add some little framework to define a callback instead of calling directly System.exit ---------------------------------------------------------------- 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: [email protected]
