Class UnknownLeaderEpochException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnknownLeaderEpochException
    extends RetriableException
    The request contained a leader epoch which is larger than that on the broker that received the request. This can happen if the client observes a metadata update before it has been propagated to all brokers. Clients need not refresh metadata before retrying.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UnknownLeaderEpochException

        public UnknownLeaderEpochException​(java.lang.String message)
      • UnknownLeaderEpochException

        public UnknownLeaderEpochException​(java.lang.String message,
                                           java.lang.Throwable cause)