A topic has three replicas and you set min.insync.replicas to 2. If two out of three replicas are not available, what happens when a produce request with acks=all is sent to broker?
With this configuration, a single in-sync replica becomes read-only. Produce request will receive NotEnoughReplicasException.
Currently there are no comments in this discussion, be the first to comment!