CommitTimeoutException

sealed abstract class CommitTimeoutException(timeout: FiniteDuration, offsets: Map[TopicPartition, OffsetAndMetadata]) extends KafkaException

CommitTimeoutException indicates that offset commit took longer than the configured ConsumerSettings#commitTimeout. The timeout and offsets are included in the exception message.

Source:
CommitTimeoutException.scala
class KafkaException
class Exception
class Throwable
class Object
trait Matchable
class Any

Value members

Inherited methods

final def addSuppressed(x$0: Throwable): Unit
Inherited from:
Throwable
Inherited from:
Throwable
Inherited from:
Throwable
Inherited from:
Throwable
Inherited from:
Throwable
Inherited from:
Throwable
Inherited from:
Throwable
Inherited from:
Throwable
Inherited from:
Throwable
Inherited from:
Throwable
Inherited from:
Throwable