mesos / kafka

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

Multiple version of kafka same schedular #297

Closed veeruns closed 7 years ago

veeruns commented 7 years ago

How would you run multiple version of kafka?

A) I have 2 running clusters, I do not want to change the version on 1 of them, while the other needs to be upgraded.

B) I have 2 running clusters, need to upgrade a broker, Can we do this by changing config of the broker? Can we have schedule a rolling upgrade?

steveniemitz commented 7 years ago

The way I've done rolling upgrades in the past has been:

veeruns commented 7 years ago

@steveniemitz What if we have multiple clusters running with single scheduler ? Single scheduler, that manages both clusters, wouldnt be nice if we can selectively point the executor for each cluster?

Cluster A --> v1, Cluster B --> v1, need to upgrade A