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

    Variable OffsetResetStrategyConst

    OffsetResetStrategy: { Earliest: "earliest"; Latest: "latest"; None: "none" } = ...

    Offset reset strategy when no committed offset is found.

    Type Declaration

    • ReadonlyEarliest: "earliest"

      Start from the earliest available offset.

    • ReadonlyLatest: "latest"

      Start from the latest offset (only new messages).

    • ReadonlyNone: "none"

      Throw an error if no committed offset exists.