Re: [External] Re: Dead broker in ISR

2020-03-06 Thread Ivan Yurchenko
Hi all, An update about this. Having a dead broker is the ISR doesn't seem by-design. I added an issue about this, because it is actually causing exceptions: Uncaught exception in scheduled task 'isr-expiration' (kafka.utils.KafkaScheduler)

Re: [External] Re: Dead broker in ISR

2020-02-19 Thread Brian Sang
You can either use the built-in kafka-reassign-partitions.sh script ( https://cwiki.apache.org/confluence/display/KAFKA/Replication+tools#Replicationtools-4.ReassignPartitionsTool ) Or in industry others use tooling such as https://github.com/Yelp/kafka-utils (more easy to use scripts) or automate