You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/12/03 03:44:10 UTC

[jira] [Commented] (KAFKA-2940) Make available to use any Java options at startup scripts

    [ https://issues.apache.org/jira/browse/KAFKA-2940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15037136#comment-15037136 ] 

ASF GitHub Bot commented on KAFKA-2940:
---------------------------------------

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 <sa...@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 <sa...@nttdata.co.jp>
Date:   2015-12-03T02:41:15Z

    Merge branch 'trunk' of https://github.com/apache/kafka into java_opt

----


> Make available to use any Java options at startup scripts
> ---------------------------------------------------------
>
>                 Key: KAFKA-2940
>                 URL: https://issues.apache.org/jira/browse/KAFKA-2940
>             Project: Kafka
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 0.9.0.0
>            Reporter: Sasaki Toru
>            Priority: Minor
>             Fix For: 0.9.0.1
>
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)