Class InvalidReplicationOffsetException

All Implemented Interfaces:
Serializable

public class InvalidReplicationOffsetException extends ApiException
This exception indicates that the partition leader sent a replication request with a message offset that does not match the follower's LogEndOffset. This may be returned when requests are retried due to request timeouts or disconnects.
See Also:
  • Constructor Details

    • InvalidReplicationOffsetException

      public InvalidReplicationOffsetException(String message)
    • InvalidReplicationOffsetException

      public InvalidReplicationOffsetException(String message, Throwable cause)