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

    Type Alias ElectLeadersPartitionResponse

    Per-partition result from an ElectLeaders response.

    type ElectLeadersPartitionResponse = {
        errorCode: number;
        errorMessage: string | null;
        partitionId: number;
        taggedFields: readonly TaggedField[];
    }
    Index

    Properties

    errorCode: number

    Error code (0 = success).

    errorMessage: string | null

    Error message, if any.

    partitionId: number

    Partition index.

    taggedFields: readonly TaggedField[]

    Tagged fields (v2+).