GitHub user shivsantham opened a pull request:
https://github.com/apache/kafka/pull/4305
KAFKA-6318: StreamsResetter should return non-zero return code on error
If users specify a non-existing topic as input parameter, StreamsResetter
only prints out an error message that the topic was not found, but return code
is still zero. We should return a non-zero return code for this case.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shivsantham/kafka KAFKA-6318
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/4305.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4305
----
commit a9696d03bd6f9e03071b3d76b3ad51a411766557
Author: siva santhalingam <[email protected]>
Date: 2017-12-08T18:05:55Z
KAFKA-6318: StreamsResetter should return non-zero return code on error
----
---