CommitRecoveryException

fs2.kafka.CommitRecoveryException$
See theCommitRecoveryException companion class

Attributes

Companion:
class
Source:
CommitRecoveryException.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply(attempts: Int, lastException: Throwable, offsets: Map[TopicPartition, OffsetAndMetadata]): CommitRecoveryException

Creates a new CommitRecoveryException indicating that offset commit recovery was attempted attempts times for offsets but that it wasn't able to complete successfully. The last exception encountered was lastException.

Creates a new CommitRecoveryException indicating that offset commit recovery was attempted attempts times for offsets but that it wasn't able to complete successfully. The last exception encountered was lastException.

Attributes

Source:
CommitRecoveryException.scala