OffsetResetProtectionSettings

akka.kafka.OffsetResetProtectionSettings
See theOffsetResetProtectionSettings companion object

Attributes

Companion:
object
Source:
OffsetResetProtectionSettings.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def toString: String

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.

Definition Classes
Any
Source:
OffsetResetProtectionSettings.scala

Whether offset-reset protection should be enabled.

Whether offset-reset protection should be enabled.

Attributes

Source:
OffsetResetProtectionSettings.scala

If consumer gets a record with an offset that is more than this number of offsets back from the previously requested offset, it is considered a reset.

If consumer gets a record with an offset that is more than this number of offsets back from the previously requested offset, it is considered a reset.

Attributes

Source:
OffsetResetProtectionSettings.scala

Scala API.

Scala API.

If the record is more than this duration earlier the last received record, it is considered a reset

Attributes

Source:
OffsetResetProtectionSettings.scala

Java API

Java API

If the record is more than this duration earlier the last received record, it is considered a reset

Attributes

Source:
OffsetResetProtectionSettings.scala