Skip to main content
Version: 8.9 (unreleased)

Type Alias: TopologyResponse

type TopologyResponse = object;

Defined in: gen/types.gen.ts:1263

The response of a topology request.

Properties

brokers

brokers: BrokerInfo[];

Defined in: gen/types.gen.ts:1267

A list of brokers that are part of this cluster.


clusterId?

optional clusterId: string | null;

Defined in: gen/types.gen.ts:1271

The cluster Id.


clusterSize

clusterSize: number;

Defined in: gen/types.gen.ts:1275

The number of brokers in the cluster.


gatewayVersion

gatewayVersion: string;

Defined in: gen/types.gen.ts:1287

The version of the Zeebe Gateway.


lastCompletedChangeId

lastCompletedChangeId: string;

Defined in: gen/types.gen.ts:1291

ID of the last completed change


partitionsCount

partitionsCount: number;

Defined in: gen/types.gen.ts:1279

The number of partitions are spread across the cluster.


replicationFactor

replicationFactor: number;

Defined in: gen/types.gen.ts:1283

The configured replication factor for this cluster.