lib/zeebe/client/proto/gateway_pb.rb in zeebe-client-0.13.0 vs lib/zeebe/client/proto/gateway_pb.rb in zeebe-client-0.13.1

- old
+ new

@@ -140,9 +140,10 @@ optional :health, :enum, 3, "gateway_protocol.Partition.PartitionBrokerHealth" end add_enum "gateway_protocol.Partition.PartitionBrokerRole" do value :LEADER, 0 value :FOLLOWER, 1 + value :INACTIVE, 2 end add_enum "gateway_protocol.Partition.PartitionBrokerHealth" do value :HEALTHY, 0 value :UNHEALTHY, 1 end