Skip to content

Commit 39d5b4f

Browse files
authored
Merge pull request #17 from JoshVanL/source-field-names
Rename router field names to use `appID`
2 parents 265932d + 4b86756 commit 39d5b4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

protos/orchestrator_service.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ import "google/protobuf/wrappers.proto";
1313
import "google/protobuf/empty.proto";
1414

1515
message TaskRouter {
16-
string source = 1; // orchestrationAppID
17-
optional string target = 2; // appID
16+
string sourceAppID = 1;
17+
optional string targetAppID = 2;
1818
}
1919

2020
message OrchestrationInstance {
@@ -64,7 +64,7 @@ message ParentInstanceInfo {
6464
google.protobuf.StringValue name = 2;
6565
google.protobuf.StringValue version = 3;
6666
OrchestrationInstance orchestrationInstance = 4;
67-
optional google.protobuf.StringValue appId = 5;
67+
optional string appID = 5;
6868
}
6969

7070
message TraceContext {

0 commit comments

Comments
 (0)