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

    Type Alias Coordinator

    Coordinator information from a single coordinator lookup (v0–v3).

    type Coordinator = {
        errorCode?: number;
        errorMessage?: string | null;
        host: string;
        key?: string;
        nodeId: number;
        port: number;
        taggedFields?: readonly TaggedField[];
    }
    Index

    Properties

    errorCode?: number

    Error code for this coordinator lookup (v4+ only).

    errorMessage?: string | null

    Error message (v1+ for single, v4+ for batched).

    host: string

    The hostname of the coordinator broker.

    key?: string

    The coordinator key that was looked up (v4+ only).

    nodeId: number

    The node ID of the coordinator broker.

    port: number

    The port of the coordinator broker.

    taggedFields?: readonly TaggedField[]

    Tagged fields (v4+).