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

Type Alias: PhysicalTenantBrokerTopology

type PhysicalTenantBrokerTopology = object;

The partitions of one physical tenant that one broker manages or replicates.

Properties

brokerId

brokerId: string;

The unique (within a cluster) identifier of the broker, as reported in the cluster-level broker list.


partitions

partitions: Partition[];

The partitions of this physical tenant managed or replicated on this broker.