grpc-java icon indicating copy to clipboard operation
grpc-java copied to clipboard

The Java gRPC implementation. HTTP/2 based RPC

Results 408 grpc-java issues
Sort by recently updated
recently updated
newest added

Implementing OOB service per gRFC [A51: Custom Backend Metrics Support](https://github.com/grpc/proposal/pull/289)

experimental API

Install to enable per-query metric reporting. https://github.com/grpc/proposal/pull/289

experimental API

https://github.com/grpc/proposal/pull/289

experimental API

https://github.com/grpc/proposal/pull/289

experimental API

### 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...

Needs Documentation

Specific usages: - `LoadBalancer` - `ManagedChannelBuilder.loadBalancerFactory` - `PickFirstLoadBalancerFactory`

experimental API

In #1700 it was decided that `Attributes` is still experimental. This issue is acts the the reference from the source code.

experimental API

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...

enhancement