grpc-java
grpc-java copied to clipboard
The Java gRPC implementation. HTTP/2 based RPC
Implementing OOB service per gRFC [A51: Custom Backend Metrics Support](https://github.com/grpc/proposal/pull/289)
Install to enable per-query metric reporting. https://github.com/grpc/proposal/pull/289
### What version of gRPC-Java are you using? 1.34.1 ### What is your environment? Windows8 jdk1.8.0_202 I have two server ,and they both have same two grpc method(sayOne,sayTwo) , when...
Specific usages: - `LoadBalancer` - `ManagedChannelBuilder.loadBalancerFactory` - `PickFirstLoadBalancerFactory`
In #1700 it was decided that `Attributes` is still experimental. This issue is acts the the reference from the source code.
This would make it easier for code to use inprocess during testing, as only the target string would need to be varied. This is blocked on #3085.
This will probably be implemented as part of a larger piece of work to control resources on server-side. http://stackoverflow.com/questions/37338038/how-to-configure-maximum-number-of-simultaneous-connections-in-grpc Note that slightly different metrics (like maximum number of streams across...