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.