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

    Type Alias TopologyResponse

    The response of a topology request.

    type TopologyResponse = {
        brokers: BrokerInfo[];
        clusterSize: number;
        gatewayVersion: string;
        lastCompletedChangeId: string;
        partitionsCount: number;
        replicationFactor: number;
    }
    Index

    Properties

    brokers: BrokerInfo[]

    A list of brokers that are part of this cluster.

    clusterSize: number

    The number of brokers in the cluster.

    gatewayVersion: string

    The version of the Zeebe Gateway.

    lastCompletedChangeId: string

    ID of the last completed change

    partitionsCount: number

    The number of partitions are spread across the cluster.

    replicationFactor: number

    The configured replication factor for this cluster.