sealed abstract class CommitRecoveryException(attempts: Int, lastException: Throwable, offsets: Map[TopicPartition, OffsetAndMetadata]) extends KafkaException
CommitRecoveryException indicates that offset commit recovery was
attempted attempts times for offsets, but that it wasn't able to
complete successfully. The last encountered exception is provided as
lastException.
Use CommitRecoveryException#apply to create a new instance.
- Companion:
- object
class KafkaException
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any