CommitRecoveryException

Companion
class
class Object
trait Matchable
class Any

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.