Type Alias: TopologyResponse
type TopologyResponse = object;
The response of a topology request.
Properties
brokers
brokers: BrokerInfo[];
A list of brokers that are part of this cluster.
clusterId
clusterId: string | null;
The cluster Id.
clusterSize
clusterSize: number;
The number of brokers in the cluster.
gatewayVersion
gatewayVersion: string;
The version of the Zeebe Gateway.
lastCompletedChangeId
lastCompletedChangeId: string;
ID of the last completed change
partitionsCount
partitionsCount: number;
The number of partitions are spread across the cluster.
replicationFactor
replicationFactor: number;
The configured replication factor for this cluster.