Created gRPC handlers, added logging and server init code. Some copy-paste from blob service.
Depends on D5842
Paths
| Differential D5843 Authored by bartek on Dec 8 2022, 4:11 AM.
Details
Summary Created gRPC handlers, added logging and server init code. Some copy-paste from blob service. Depends on D5842 Test Plan Service should respond with UNIMPLEMENTED to gRPC calls.
Diff Detail
Event Timelinebartek held this revision as a draft. Herald added subscribers: atul, ashoat. · View Herald TranscriptDec 8 2022, 4:11 AM2022-12-08 04:11:46 (UTC-8) Harbormaster completed remote builds in B14061: Diff 19248.Dec 8 2022, 4:23 AM2022-12-08 04:23:11 (UTC-8) This revision is now accepted and ready to land.Dec 9 2022, 9:13 AM2022-12-09 09:13:15 (UTC-8) Comment Actions
I explained them more in-depth in the description of this diff: https://phab.comm.dev/D5729 - the same code is already used in blob service Harbormaster completed remote builds in B15079: Diff 20570.Jan 4 2023, 5:51 AM2023-01-04 05:51:33 (UTC-8) Harbormaster completed remote builds in B15108: Diff 20603.Jan 5 2023, 3:53 AM2023-01-05 03:53:15 (UTC-8) Closed by commit rCOMM174fffba3a18: [services][backup] Scaffold gRPC server (authored by bartek). · Explain WhyJan 11 2023, 1:30 AM2023-01-11 01:30:15 (UTC-8) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 20780 services/backup/src/constants.rs
services/backup/src/main.rs
services/backup/src/service/mod.rs
|