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

Type Alias: PhysicalTenantTopology

type PhysicalTenantTopology = object;

The topology of a single physical tenant.

Properties

brokers

brokers: PhysicalTenantBrokerTopology[];

The brokers holding partitions of this physical tenant.


lastCompletedChangeId

lastCompletedChangeId: string;

ID of the last completed change of this physical tenant.


partitionsCount

partitionsCount: number;

The number of partitions spread across this physical tenant.


physicalTenantId

physicalTenantId: string;

The id of the physical tenant.


replicationFactor

replicationFactor: number;

The configured replication factor for this physical tenant.