We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc758d2 commit 40f2dfdCopy full SHA for 40f2dfd
helix-gateway/src/main/proto/HelixGatewayService.proto
@@ -28,12 +28,12 @@ message SingleShardTransitionStatus {
28
29
message SingleResourceState {
30
string resource = 1; // name of the resource
31
- repeated SingleShardState SingleReplicaState = 2; // State of each shard
+ repeated SingleShardState SingleShardState = 2; // State of each shard
32
33
}
34
35
message SingleShardState {
36
- string shardaName = 1; // Name of the shard
+ string shardName = 1; // Name of the shard
37
string currentState = 2; // Current state of the shard
38
39
0 commit comments