Hi, We’re running Kafka in AWS with replication factor 2. There is a requirement to rotate servers periodically (or add new ones). Is there a way to make Kafka remove “failed” instances from cluster, rebalance automatically whatever it needs to rebalance and continue to work as usual?
I’ve looked up few guides and it seems like there are tons of manual steps required to make it work. —R