Page MenuHomePhabricator

[web] add client interceptors for grpc-web
ClosedPublic

Authored by varun on Nov 1 2023, 6:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jan 20, 3:34 PM
Unknown Object (File)
Mon, Jan 20, 3:34 PM
Unknown Object (File)
Mon, Jan 20, 3:34 PM
Unknown Object (File)
Mon, Jan 20, 3:32 PM
Unknown Object (File)
Fri, Jan 17, 2:57 PM
Unknown Object (File)
Thu, Dec 26, 9:43 PM
Unknown Object (File)
Dec 16 2024, 4:15 PM
Unknown Object (File)
Dec 16 2024, 4:15 PM
Subscribers

Details

Summary

these interceptors will be used to add version and auth metadata to our RPCs.

Depends on D9671

Test Plan

Diff Detail

Repository
rCOMM Comm
Branch
grpc-web (branched from master)
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

varun requested review of this revision.Nov 1 2023, 6:58 PM

JS code looks fine but I don't really know anything about gRPC interceptors... should somebody else with context on those review this as well?

This revision is now accepted and ready to land.Nov 2 2023, 6:55 AM

JS code looks fine but I don't really know anything about gRPC interceptors... should somebody else with context on those review this as well?

i think @bartek is the only other person with context on interceptors and he's out the rest of the week. i think it's ok to proceed without further review since this code is pretty straightforward and has been tested extensively

This revision was automatically updated to reflect the committed changes.