Class CoordinatorNotAvailableException

  • All Implemented Interfaces:
    Serializable

    public class CoordinatorNotAvailableException
    extends RetriableException
    In the context of the group coordinator, the broker returns this error code for metadata or offset commit requests if the group metadata topic has not been created yet. In the context of the transactional coordinator, this error will be returned if the underlying transactional log is under replicated or if an append to the log times out.
    See Also:
    Serialized Form
    • Constructor Detail

      • CoordinatorNotAvailableException

        public CoordinatorNotAvailableException​(String message)
      • CoordinatorNotAvailableException

        public CoordinatorNotAvailableException​(String message,
                                                Throwable cause)