SafeOffsetAndTimestamp

akka.kafka.internal.SafeOffsetAndTimestamp
final case class SafeOffsetAndTimestamp(offset: Long, timestamp: Long)

Maintain our own OffsetAndTimestamp which can tolerate negative timestamps, which happen for old clients that don't set timestamp explicitly.

Attributes

Source:
ConsumerProgressTracking.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product