Skip to content

Commit 38db9f4

Browse files
committed
cre-1601: review improvement
1 parent 93a8734 commit 38db9f4

File tree

3 files changed

+88
-79
lines changed

3 files changed

+88
-79
lines changed

pkg/workflows/shardorchestrator/pb/shard_orchestrator.pb.go

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

pkg/workflows/shardorchestrator/pb/shard_orchestrator.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ message ReportWorkflowTriggerRegistrationRequest {
5555
uint32 total_active_workflows = 4;
5656
}
5757

58+
message ReportWorkflowTriggerRegistrationResponse {
59+
bool success = 1;
60+
}
61+
5862
service ShardOrchestratorService {
5963
rpc GetWorkflowShardMapping(GetWorkflowShardMappingRequest) returns (GetWorkflowShardMappingResponse);
64+
rpc ReportWorkflowTriggerRegistration(ReportWorkflowTriggerRegistrationRequest) returns (ReportWorkflowTriggerRegistrationResponse);
6065
}

pkg/workflows/shardorchestrator/pb/shard_orchestrator_grpc.pb.go

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

0 commit comments

Comments
 (0)