[
https://issues.apache.org/jira/browse/KAFKA-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jay Kreps resolved KAFKA-293.
-----------------------------
Resolution: Won't Fix
> 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 was sent by Atlassian JIRA
(v6.3.4#6332)