Class CommitFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.kafka.common.KafkaException
org.apache.kafka.clients.consumer.CommitFailedException
- All Implemented Interfaces:
Serializable
This exception is raised when an offset commit with
KafkaConsumer.commitSync()
fails
with an unrecoverable error. This can happen when a group rebalance completes before the commit
could be successfully applied. In this case, the commit cannot generally be retried because some
of the partitions may have already been assigned to another member in the group.- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CommitFailedException
-
CommitFailedException
public CommitFailedException()
-