CommitRecoveryException

fs2.kafka.CommitRecoveryException
See theCommitRecoveryException companion object
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.

Attributes

Companion:
object
Source:
CommitRecoveryException.scala
Graph
Supertypes
class KafkaException
class Exception
class Throwable
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Inherited from:
Throwable