Skip to content

Commit 545663a

Browse files
authored
Merge pull request #15 from cicoyle/optional-target
make target optional
2 parents 9862ba6 + b7c4b86 commit 545663a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protos/orchestrator_service.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import "google/protobuf/empty.proto";
1414

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

2020
message OrchestrationInstance {

0 commit comments

Comments
 (0)