Skip to content

Commit 790bc5d

Browse files
committed
cre-1601: more proto comments
1 parent b9e70a7 commit 790bc5d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkg/workflows/ring/pb/consensus.pb.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/workflows/ring/pb/consensus.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ message RoutingState {
3131
}
3232

3333
message Outcome {
34-
RoutingState state = 1;
35-
map<string, WorkflowRoute> routes = 2;
34+
RoutingState state = 1; // used internally for ring plugin
35+
map<string, WorkflowRoute> routes = 2; // used by consumers to route requests to the appropriate shard
3636
}
3737

0 commit comments

Comments
 (0)