@grpc/grpc-js & async hook tag
Open
feature request
package: @grpc/grpc-js
- Dominant language
- TypeScript
- Stars
- 4.8k
- Forks
- 716
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 10
Description
### Is your feature request related to a problem? Please describe.
Seems like `@grpc/grpc-js` does not create any special async hook resource while `grpc-native` [does](https://github.com/grpc/grpc-node/blob/028630a183539f114b8bd57256ba836e291f2f66/packages/grpc-native-core/ext/call.cc#L472).
I could see only `HTTP2SESSION` resource being created by the underlying `http2`.
IMO having a dedicated `grpc` resource is nice, both to distinguish between any other HTTP2 traffic and for backwards compatibility with `grpc-native`.
Contributor guide
Assessment
This issue has not been assessed yet.