You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Raymond Liu (JIRA)" <ji...@apache.org> on 2013/11/08 04:41:17 UTC

[jira] [Created] (KAFKA-1127) kafka and zookeeper server should start in daemon mode and log to correct position

Raymond Liu created KAFKA-1127:
----------------------------------

             Summary: kafka and zookeeper server should start in daemon mode and log to correct position
                 Key: KAFKA-1127
                 URL: https://issues.apache.org/jira/browse/KAFKA-1127
             Project: Kafka
          Issue Type: Improvement
          Components: core
            Reporter: Raymond Liu
            Priority: Minor


Hi

At present, the kafka-server-start.sh and zookeeper-server-start.sh will start kafka broker and zookeeper in fg mode, though "daemon" parameter is added. you need to add & to make it bg. But the console log will still output in fg.

Should make it fully run in bg and redirect console log to files. And log file position should not depends on where the cmd is running. Thus it will be more friendly for scripts to launch server on nodes by batch.




--
This message was sent by Atlassian JIRA
(v6.1#6144)