mesos / kafka

Apache Kafka on Apache Mesos
Apache License 2.0
414 stars 140 forks source link

Consistent task name for brokers #242

Closed liorze closed 7 years ago

liorze commented 8 years ago

Hi,

Currently kafka-scheduler create tasks with the following name pattern: "kafka-$id". ($id is the broker id). This makes it difficult to discover via mesos-dns since now there is a new record for each task. This ticket proposes to change the task names to a consistent name, e.g. "kafka-executor", for all tasks scheduled by kafka-scheduler. This way, we can discover the brokers using the same host name "kafka-executor.kafka.mesos".

Thanks

steveniemitz commented 7 years ago

I'm going to close this as a dupe, as I believe a similar concept is being tracked in #261.