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

If a child policy triggers an update to the parent priority policy it will be ignored if an update is already in process.

### What version of gRPC-Java are you using? 1.42.1 ### What is your environment? windows, jdk - 11, grpc-spring-boot - 2.13.0.RELEASE ### What did you expect to see? Retrieving all...

gRPC object of [orca load report](https://github.com/cncf/xds/blob/main/xds/data/orca/v3/orca_load_report.proto), hide the proto.

enhancement
experimental API

### What version of gRPC-Java are you using? ```1.34.0``` ### What is your environment? ```osx 11.0.1``` ### What did you expect to see? ```build success``` ### What did you see...

enhancement

WIP. An attempt parallel to https://github.com/grpc/grpc-java/pull/8853 and https://github.com/grpc/grpc-java/pull/8241, but with latest netty `4.1.77.Final`.

Any plans to add KQueue in the default detection here: https://github.com/grpc/grpc-java/blob/master/netty/src/main/java/io/grpc/netty/Utils.java#L113-L133 Thanks

question

I'm encoutering an issue where the onError callback is not triggered after a 3'rd retry and I do not know what is the cause ... When an onError is executed...

We currently optimize flushes for unary requests on client-side, by delaying flushing until the end of the RPC. When looking at the code, I realized [it doesn't appear we're doing...

netty
performance

### What version of gRPC-Java are you using? I am using the Google BOM in Maven. ``` com.google.cloud libraries-bom 25.1.0 pom import ``` This contains GRPC 1.45.0 ### What is...

bug