My server can handle 10000qps, but when it comes 11000qps, it's overloading. That will cause a out of memory eventually.
I'm wondering how grpc-java deal with server overloading. I've searched for a long time, no configurable version found (parameters like max-in-flight-messages).
There's only a manual version in grpc-java examples.
Would you give me some advice? Thanks in advance.