GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/2238
MINOR: Sync up 'kafka-run-class.bat' with 'kafka-run-class.sh' Some of the recent changes to `kafka-run-class.sh` have not been applied to `kafka-run-class.bat`. These recent changes include setting proper streams or connect classpaths. So any streams or connect use case that leverages `kafka-run-class.bat` would fail with an error like ``` Error: Could not find or load main class org.apache.kafka.streams.??? ``` You can merge this pull request into a Git repository by running: $ git pull https://github.com/vahidhashemian/kafka minor/sync_up_kafka-run-class.bat Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/2238.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 #2238 ---- commit b6304c52f9b6a569ea91d9017b4fcc55ea6297d0 Author: Vahid Hashemian <vahidhashem...@us.ibm.com> Date: 2016-12-09T21:49:15Z MINOR: Sync up 'kafka-run-class.bat' with 'kafka-run-class.sh' Some of the recent changes to `kafka-run-clas.sh` have not been applied to `kafka-run-class.bat`. Some of these recent changes include setting proper streams or connect classpaths. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---