We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b7094d commit b7c4b86Copy full SHA for b7c4b86
protos/orchestrator_service.proto
@@ -14,7 +14,7 @@ import "google/protobuf/empty.proto";
14
15
message TaskRouter {
16
string source = 1; // orchestrationAppID
17
- string target = 2; // appID
+ optional string target = 2; // appID
18
}
19
20
message OrchestrationInstance {
0 commit comments