Kafka - Topics and Partitions
If a Kafka topic has
min.insync.replicas=2 and replication factor 3, what happens if only one replica is in sync during a produce request with acks=all?