grpc-node icon indicating copy to clipboard operation
grpc-node copied to clipboard

Expose path and callEnd event in ServerSurfaceCall

Open ajmath opened this issue 3 years ago • 2 comments

I'm working on some server interceptors that are injected as part of our generation process. These interceptors need to know the final gRPC status and the path (really the service and function) that the request was sent to. In the current model, both of these bits of information are hidden within the internal call implementation. This PR exposes both of these so that they can be accessed without crossing the internal implementation boundary.

ajmath avatar Jun 01 '22 16:06 ajmath

CLA Signed

The committers listed above are authorized under a signed CLA.

  • :white_check_mark: login: ajmath / name: Andrew Matheny (b78db9d2225a391e23a0e6cefd2b85f919e708f1, d846cf51272f2ed03c1dd8b845536fa7a901f396)

@murgatroid99 any thoughts on this?

ajmath avatar Jun 06 '22 15:06 ajmath