@qualithm/kafka-client - v0.1.6
    Preparing search index...

    Variable OffsetTimestampConst

    OffsetTimestamp: { Earliest: -2n; Latest: -1n; MaxTimestamp: -3n } = ...

    Special timestamp values for offset lookups.

    Type Declaration

    • ReadonlyEarliest: -2n

      Get the earliest available offset (beginning of partition).

    • ReadonlyLatest: -1n

      Get the offset of the next message to be written (end of partition).

    • ReadonlyMaxTimestamp: -3n

      Get the offset with the largest timestamp (v7+).