Hello folks. I'd appreciate some help with an issue we faced recently. Some context, our organization has been using gRPC for quite some time, so there are legacy services running older versions of gRPC. One such service is running version 1.0.1 and we faced an issue where we got a JVM OOM and the netty server was unable to create more threads. Before that, for quite some time there were `java.io.IOException: Connection reset by peer` exceptions (caused by a timeout configured at a fronting Envoy setup). The server uses server side streaming RPCs.
I was wondering if this was reported earlier and has been fixed in recent releases and if an upgrade would fix this. We are regardless going to upgrade our gRPC version.