mesos / kafka

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

Wait for replication to catch up before moving to next broker when restarting #253

Closed steveniemitz closed 7 years ago

steveniemitz commented 8 years ago

This depends on #252

The idea here is to wait for the restarted broker to get back into the ISR set for all topics before continuing to the next broker.

steveniemitz commented 7 years ago

Closing due to #260