[ https://issues.apache.org/jira/browse/KAFKA-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Thomas Dudziak updated KAFKA-293: --------------------------------- Description: Zookeeper allows to specify all server ids in the same configuration (https://zookeeper.apache.org/doc/r3.3.3/zookeeperAdmin.html#sc_configuration) which has the benefit that the configuration file is the same for all zookeeper instances. A similar approach for Kafka would be quite useful, e.g. brokerid.1=<host 1> brokerid.2=<host 2> etc. It'd still require per-instance configuration (myid file in the zookeeper case) but that can be created separately (e.g. by the deployment tool used). was: Zookeeper allows to specify all server ids in the same configuration (https://zookeeper.apache.org/doc/r3.3.3/zookeeperAdmin.html#sc_configuration) which has the benefit that the configuration file is the same for all zookeeper instances. A similar approach for Kafka would be quite useful, e.g. brokerid.1=<host 1> brokerid.2=<host 2> etc. > Allow to configure all broker ids at once similar to how zookeeper handles > server ids > ------------------------------------------------------------------------------------- > > Key: KAFKA-293 > URL: https://issues.apache.org/jira/browse/KAFKA-293 > Project: Kafka > Issue Type: Improvement > Affects Versions: 0.7 > Reporter: Thomas Dudziak > > Zookeeper allows to specify all server ids in the same configuration > (https://zookeeper.apache.org/doc/r3.3.3/zookeeperAdmin.html#sc_configuration) > which has the benefit that the configuration file is the same for all > zookeeper instances. A similar approach for Kafka would be quite useful, e.g. > brokerid.1=<host 1> > brokerid.2=<host 2> > etc. > It'd still require per-instance configuration (myid file in the zookeeper > case) but that can be created separately (e.g. by the deployment tool used). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira