conduktor.io ↗

Kafka Exception RetriableCommitFailedException

org.apache.kafka.clients.consumer.RetriableCommitFailedException
Retriable Consumer

Exception thrown when an offset commit fails with a retriable error. This exception is generated on the client side upon receiving retriable error codes from the Group Coordinator in a commit response. Unlike CommitFailedException, this exception indicates that the commit can be retried. The consumer should attempt to commit the offsets again.

Common Causes

Solutions

Example Stack Trace

org.apache.kafka.clients.consumer.RetriableCommitFailedException: Offset commit failed with a retriable exception. You should retry committing the latest consumed offsets. Caused by: org.apache.kafka.common.errors.CoordinatorNotAvailableException

Related

Related Consumer exceptions: CommitFailedException · CoordinatorLoadInProgressException · CoordinatorNotAvailableException · FencedInstanceIdException · FencedMemberEpochException · GroupMaxSizeReachedException · IllegalGenerationException · InvalidGroupIdException

Hitting RetriableCommitFailedException in production? Conduktor Console gives you real-time visibility into clients, consumer groups, and broker health. Browse every Kafka exception or protocol error code.