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

    Type Alias DescribeQuorumPartitionResponse

    Per-partition quorum information.

    type DescribeQuorumPartitionResponse = {
        currentVoters: readonly ReplicaState[];
        errorCode: number;
        highWatermark: bigint;
        leaderEpoch: number;
        leaderId: number;
        observers: readonly ReplicaState[];
        partitionIndex: number;
        taggedFields: readonly TaggedField[];
    }
    Index

    Properties

    currentVoters: readonly ReplicaState[]

    Current voters in the quorum.

    errorCode: number

    Error code (0 = no error).

    highWatermark: bigint

    The high watermark.

    leaderEpoch: number

    The current leader epoch.

    leaderId: number

    The current leader ID.

    observers: readonly ReplicaState[]

    Current observers of the quorum.

    partitionIndex: number

    The partition index.

    taggedFields: readonly TaggedField[]

    Tagged fields.