@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias PhysicalTenantTopology

    The topology of a single physical tenant.

    type PhysicalTenantTopology = {
        brokers: PhysicalTenantBrokerTopology[];
        lastCompletedChangeId: string;
        partitionsCount: number;
        physicalTenantId: string;
        replicationFactor: number;
    }
    Index

    The brokers holding partitions of this physical tenant.

    lastCompletedChangeId: string

    ID of the last completed change of this physical tenant.

    partitionsCount: number

    The number of partitions spread across this physical tenant.

    physicalTenantId: string

    The id of the physical tenant.

    replicationFactor: number

    The configured replication factor for this physical tenant.