Kafka - Cluster Architecture
Given the following Kafka cluster state, which broker will be the leader for partition 0?
Broker 1: ISR = [1, 2, 3] Broker 2: ISR = [1, 2, 3] Broker 3: ISR = [1, 2, 3] Current leader: Broker 2 Broker 2 fails
