Let's assume I have a Kafka Cluster of 3 brokers and 3 zookeeper.
I have a single topic accountsTopic which is setup as replication factor of 3 and ISR of 2.
If the Leader dies, kafka will elect the ISR as leader, but the 3rd one, (which say for arguments sake was not ISR), is it going to serve as a ISR of current leader in this 2 node fail-over setup?