Page MenuHomePhabricator

[services] Backup - Implementation structure
ClosedPublic

Authored by karol on Feb 10 2022, 6:27 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 23, 5:48 PM
Unknown Object (File)
Tue, Apr 23, 5:48 PM
Unknown Object (File)
Tue, Apr 23, 5:48 PM
Unknown Object (File)
Tue, Apr 23, 5:45 PM
Unknown Object (File)
Mar 25 2024, 7:04 PM
Unknown Object (File)
Mar 23 2024, 7:48 AM
Unknown Object (File)
Mar 11 2024, 10:07 PM
Unknown Object (File)
Mar 9 2024, 10:41 PM

Details

Summary

Implementation structure based on the .proto file

Depends on D3087

Test Plan

Backup service builds successfully

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

karol edited the test plan for this revision. (Show Details)
karol added reviewers: tomek, max, varun.
This revision is now accepted and ready to land.Feb 11 2022, 1:57 AM
This revision now requires review to proceed.Feb 11 2022, 1:57 AM
This revision is now accepted and ready to land.Feb 13 2022, 7:58 PM

Is grpc::ServerReaderWriter a blocking or non-blocking way to handle a bidi stream? (Or does it work either way?)

For now, I'm using a sync API here. Once it's fully figured in the tunnelbroker so I can take a look, I'm going to refactor.

Okay, understood. Can you create a task to track, and set it as blocked on ENG-671 Bidirectional stream for Tunnelbroker?

This revision is now accepted and ready to land.Feb 15 2022, 7:38 PM