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

    Type Alias BrokerInfo

    Information about a discovered broker.

    type BrokerInfo = {
        host: string;
        nodeId: number;
        port: number;
        rack: string | null;
    }
    Index

    Properties

    Properties

    host: string

    Broker hostname.

    nodeId: number

    Broker node ID assigned by the cluster.

    port: number

    Broker port.

    rack: string | null

    Rack ID, if configured (null otherwise).