Class NotEnoughReplicasAfterAppendException

  • All Implemented Interfaces:
    Serializable

    public class NotEnoughReplicasAfterAppendException
    extends RetriableException
    Number of insync replicas for the partition is lower than min.insync.replicas This exception is raised when the low ISR size is discovered *after* the message was already appended to the log. Producer retries will cause duplicates.
    See Also:
    Serialized Form
    • Constructor Detail

      • NotEnoughReplicasAfterAppendException

        public NotEnoughReplicasAfterAppendException​(String message)