Class CommitFailedException

All Implemented Interfaces:
Serializable

public class CommitFailedException extends KafkaException
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 Details

    • CommitFailedException

      public CommitFailedException(String message)
    • CommitFailedException

      public CommitFailedException()