GitHub user pengkeboy opened a pull request:
https://github.com/apache/kafka/pull/4180
Update kafka-server-stop.sh
This script does not work on Kafka1.0.
Kafka1.0 work well to use this script to stop the process.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/pengkeboy/kafka trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/4180.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 #4180
----
commit 95048bcc40387f0f870e4cb3532d94aba782d8f0
Author: pengkeboy <[email protected]>
Date: 2017-11-06T07:25:21Z
Update kafka-server-stop.sh
This script does not work on Kafka1.0.
Kafka1.0 work well to use this script to stop the process.
----
---