Kafka - Cluster Architecture
Consider a Kafka topic with 3 replicas and ISR = [replica1, replica2, replica3]. If replica3 is removed from ISR due to lag, what will happen when a producer sends a message with
acks=all and min.insync.replicas=2?