proto/gateway.proto in zeebe-client-0.13.0 vs proto/gateway.proto in zeebe-client-0.13.1
- old
+ new
@@ -270,9 +270,10 @@
message Partition {
// Describes the Raft role of the broker for a given partition
enum PartitionBrokerRole {
LEADER = 0;
FOLLOWER = 1;
+ INACTIVE = 2;
}
// Describes the current health of the partition
enum PartitionBrokerHealth {
HEALTHY = 0;