proto/gateway.proto in zeebe-client-0.9.1 vs proto/gateway.proto in zeebe-client-0.10.0

- old
+ new

@@ -246,10 +246,12 @@ int32 clusterSize = 2; // how many partitions are spread across the cluster int32 partitionsCount = 3; // configured replication factor for this cluster int32 replicationFactor = 4; + // gateway version + string gatewayVersion = 5; } message BrokerInfo { // unique (within a cluster) node ID for the broker int32 nodeId = 1; @@ -257,9 +259,11 @@ string host = 2; // port for the broker int32 port = 3; // list of partitions managed or replicated on this broker repeated Partition partitions = 4; + // broker version + string version = 5; } message Partition { // Describes the Raft role of the broker for a given partition enum PartitionBrokerRole {