For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.10 (unreleased)

Type Alias: ClusterBrokerInfo

type ClusterBrokerInfo = object;

Provides information on a broker node, independent of any physical tenant.

Properties

brokerId

brokerId: string;

The unique (within a cluster) broker identifier. When the cluster is not zoned, then it's a string that represents the nodeId (an integer). When the cluster is zoned, instead, it's of the form "$zoneName_$nodeId", providing uniqueness even across zones.


host

host: string;

The hostname for reaching the broker.


port

port: number;

The port for reaching the broker.


version

version: string;

The broker version.