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

### Is your feature request related to a problem? `java_grpc_library` passes the resolved java toolchain to `java_common.compile` to compile generated code. However, there are cases that users might need to...

enhancement

### What version of gRPC-Java are you using? 1.62.2 ### What is your environment? Ubuntu 20.04.6 LTS, openjdk 17.0.10 ### What did you expect to see? Be able to successfully...

TBD, instead of https://github.com/grpc/grpc-java/pull/11066 Just demonstrating the idea, without comments in code for now.

Internal linters caught an error in calling super in the constructor: `Call requires API level 24 (current min is 19): new java.lang.Exception`. Reverts grpc/grpc-java#11064. Internal ref cl/621317657.

If the name resolution fails we are supposed to rely on the default service config since there is no way to get one via name resolution. This currently only happens...

bug

### Is your feature request related to a problem? Regarding https://github.com/grpc/grpc-java/issues/9684 , there have been multiple asks in the community for the server-side timeout. Servlets and database connections support timeout,...

enhancement

I use a blocking sub for a method that returns a stream of messages. The return type of it is `Iterator`. It turns out I cannot make grpc client to...

docs

I haven't tracked down the responsible, but I ran with leak detection and found this: ``` Aug 16, 2017 10:58:18 AM io.netty.util.ResourceLeakDetector reportTracedLeak SEVERE: LEAK: ByteBuf.release() was not called before...

bug

If a go client initiates a `grpc.ClientConn.NewStream` to a java server, but the `method` passed into `NewStream` is lacking the leading '`/`', then `io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream` will have a `null` property in...

bug