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

    Type Alias ReplicaState

    Replica state information for a voter or observer.

    type ReplicaState = {
        lastCaughtUpTimestamp: bigint;
        lastFetchTimestamp: bigint;
        logEndOffset: bigint;
        replicaId: number;
        taggedFields: readonly TaggedField[];
    }
    Index

    Properties

    lastCaughtUpTimestamp: bigint

    The last caught-up timestamp in milliseconds (v1+, -1 if unknown).

    lastFetchTimestamp: bigint

    The last fetch timestamp in milliseconds (v1+, -1 if unknown).

    logEndOffset: bigint

    The end offset of the log for this replica.

    replicaId: number

    The replica ID.

    taggedFields: readonly TaggedField[]

    Tagged fields.