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

    Type Alias PhysicalTenantBrokerTopology

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

    type PhysicalTenantBrokerTopology = {
        brokerId: string;
        partitions: Partition[];
    }
    Index
    brokerId: string

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

    partitions: Partition[]

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