GitHub user sasakitoa opened a pull request: https://github.com/apache/kafka/pull/621
KAFKA-2940: Make available to use any Java options at startup scripts We cannot specify any Java options (e.g. option for remote debugging) at startup scrips such as kafka-server-start.sh . This ticket makes we can specify to use "JAVA_OPTS" environmental variables. You can merge this pull request into a Git repository by running: $ git pull https://github.com/sasakitoa/kafka java_opt Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/621.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 #621 ---- commit aaf58f1de02b56468911e416fd3053d2d4acf320 Author: Sasaki Toru <sasaki...@nttdata.co.jp> Date: 2015-12-03T02:39:08Z Add JAVA_OPTS to specify any Java options to use start scripts. commit 06f688e386b5a12301e0980fda794b21248b0d64 Author: Sasaki Toru <sasaki...@nttdata.co.jp> Date: 2015-12-03T02:41:15Z Merge branch 'trunk' of https://github.com/apache/kafka into java_opt ---- --- 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. ---