Package org.apache.kafka.common.errors
Class CoordinatorLoadInProgressException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.kafka.common.KafkaException
org.apache.kafka.common.errors.ApiException
org.apache.kafka.common.errors.RetriableException
org.apache.kafka.common.errors.CoordinatorLoadInProgressException
- All Implemented Interfaces:
- Serializable
In the context of the group coordinator, the broker returns this error code for any coordinator request if
 it is still loading the group metadata (e.g. after a leader change for that group metadata topic partition).
 In the context of the transactional coordinator, this error will be returned if there is a pending transactional
 request with the same transactional id, or if the transaction cache is currently being populated from the transaction
 log.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionCoordinatorLoadInProgressException(String message) CoordinatorLoadInProgressException(String message, Throwable cause) 
- 
Method SummaryMethods inherited from class org.apache.kafka.common.errors.ApiExceptionfillInStackTraceMethods inherited from class java.lang.ThrowableaddSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
CoordinatorLoadInProgressException
- 
CoordinatorLoadInProgressException
 
-