Page MenuHomePhabricator

[grpc_clients] Add platform details metadata
ClosedPublic

Authored by bartek on Jun 3 2024, 5:36 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Sep 10, 4:39 PM
Unknown Object (File)
Tue, Sep 10, 4:39 PM
Unknown Object (File)
Tue, Sep 10, 4:38 PM
Unknown Object (File)
Tue, Sep 10, 4:36 PM
Unknown Object (File)
Aug 10 2024, 7:01 AM
Unknown Object (File)
Aug 10 2024, 7:01 AM
Unknown Object (File)
Aug 10 2024, 7:00 AM
Unknown Object (File)
Aug 10 2024, 6:58 AM
Subscribers

Details

Summary

Updated ClientVersionLayer to pass additional metadata params

Depends on D12275

Test Plan

Tested together with next diffs

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bartek held this revision as a draft.
bartek published this revision for review.Jun 3 2024, 6:01 AM
shared/grpc_clients/src/identity/shared.rs
7 ↗(On Diff #40845)

Isn't it possible to use already defined PlatformDetails here?

shared/grpc_clients/src/identity/shared.rs
7 ↗(On Diff #40845)

It is, but wanted to keep both types separate because CodeVersionLayer is also used as a type in gRPC configs and in the future it might be changed separately to PlatformMetadata

This revision is now accepted and ready to land.Jun 6 2024, 2:08 AM