Page MenuHomePhabricator

[services] Tunnelbroker - Adding of Tonic crate to cargo dependencies
ClosedPublic

Authored by max on Sep 29 2022, 8:18 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Dec 27, 4:25 AM
Unknown Object (File)
Fri, Dec 27, 4:25 AM
Unknown Object (File)
Fri, Dec 27, 4:24 AM
Unknown Object (File)
Fri, Dec 27, 4:18 AM
Unknown Object (File)
Nov 24 2024, 2:41 PM
Unknown Object (File)
Nov 24 2024, 2:41 PM
Unknown Object (File)
Nov 24 2024, 2:41 PM
Unknown Object (File)
Nov 24 2024, 2:41 PM

Details

Summary

This diff introduces adding the Tonic to cargo dependencies for the Rust library in Tunnelbroker.
The purpose of adding Tonic is to use it for gRPC communication.

Related Linear task: ENG-1072

Test Plan

No test plan, this is just a dependency.

Diff Detail

Repository
rCOMM Comm
Branch
crate-add-tonic
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

max held this revision as a draft.
max published this revision for review.Sep 29 2022, 8:21 AM
max retitled this revision from [services] Tunnelbroker - Adding Tonic to crate dependencies to [services] Tunnelbroker - Adding of Tonic crate to cargo dependencies.
max edited the summary of this revision. (Show Details)
max edited the test plan for this revision. (Show Details)
max added a reviewer: tomek. max added 1 blocking reviewer(s): jon.

There are two different versions of the lib used in our project 0.8 and 0.6. We should try to keep them in sync, so it might be a good idea to upgrade the older ones at some point.

This revision is now accepted and ready to land.Sep 29 2022, 9:33 AM

@max, before landing can you create a task to unify tonic version across the project and link it here?

@max, before landing can you create a task to unify tonic version across the project and link it here?

Yes, sure!

In D5265#155121, @tomek wrote:

There are two different versions of the lib used in our project 0.8 and 0.6. We should try to keep them in sync, so it might be a good idea to upgrade the older ones at some point.

Yes, this is a good point, I'll create a task and put up a diff for that (that's pretty small changes).

@max, before landing can you create a task to unify tonic version across the project and link it here?

The task ENG-1949 was created and D5285 as well.