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

    Type Alias OffsetForLeaderEpochPartitionRequest

    A partition within an OffsetForLeaderEpoch request topic.

    type OffsetForLeaderEpochPartitionRequest = {
        currentLeaderEpoch?: number;
        leaderEpoch: number;
        partitionIndex: number;
        taggedFields?: readonly TaggedField[];
    }
    Index

    Properties

    currentLeaderEpoch?: number

    The current leader epoch of the requester (v3+). Used by the broker to determine if the requester's view is stale. Set to -1 if not known.

    leaderEpoch: number

    The epoch to look up.

    partitionIndex: number

    Partition index.

    taggedFields?: readonly TaggedField[]

    Tagged fields (v4+).