@grpc/grpc-js refresh connection when using nginx proxy or k8s ingress
Open
package: @grpc/grpc-js
- Dominant language
- TypeScript
- Stars
- 4.8k
- Forks
- 716
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 10
Description
I would like to force the http2 session used by the @grpc/grpc-js subchannel after an amount of time. Infact many servers/proxies (like nginx) use the http2_max_requests parameter to close the http2 socket server side in a unxpected way. So I would prefer to garbage and refresh the connection before the server drops it.
Anyone has some suggestion?
Contributor guide
Assessment
This issue has not been assessed yet.