Type Alias: BrokerInfo
type BrokerInfo = object;
Provides information on a broker node.
Properties
host
host: string;
The hostname for reaching the broker.
nodeId
nodeId: number;
The unique (within a cluster) node ID for the broker.
partitions
partitions: Partition[];
A list of partitions managed or replicated on this broker.
port
port: number;
The port for reaching the broker.
version
version: string;
The broker version.