AutoOffsetReset

fs2.kafka.AutoOffsetReset
See theAutoOffsetReset companion class

Attributes

Companion
class
Source
AutoOffsetReset.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete fields

Option to reset to the earliest available offsets if no initial or current offsets exist for the consumer group.

Option to reset to the earliest available offsets if no initial or current offsets exist for the consumer group.

Attributes

Source
AutoOffsetReset.scala

Option to reset to the latest available offsets if no initial or current offsets exist for the consumer group.

Option to reset to the latest available offsets if no initial or current offsets exist for the consumer group.

Attributes

Source
AutoOffsetReset.scala

Option to fail the consumer if there are no offsets available for the consumer group.

Option to fail the consumer if there are no offsets available for the consumer group.

Attributes

Source
AutoOffsetReset.scala