Class NotCoordinatorException

  • All Implemented Interfaces:
    Serializable

    public class NotCoordinatorException
    extends RetriableException
    In the context of the group coordinator, the broker returns this error code if it receives an offset fetch or commit request for a group it's not the coordinator of. In the context of the transactional coordinator, it returns this error when it receives a transactional request with a transactionalId the coordinator doesn't own.
    See Also:
    Serialized Form
    • Constructor Detail

      • NotCoordinatorException

        public NotCoordinatorException​(String message)
      • NotCoordinatorException

        public NotCoordinatorException​(String message,
                                       Throwable cause)