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:
  • Constructor Details

    • NotEnoughReplicasAfterAppendException

      public NotEnoughReplicasAfterAppendException(String message)