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

### What version of gRPC-Java are you using? Environement: * runtimeOnly 'io.grpc:grpc-netty-shaded:1.48.1' implementation 'io.grpc:grpc-protobuf:1.48.1' implementation 'io.grpc:grpc-stub:1.48.1' compileOnly 'org.apache.tomcat:annotations-api:6.0.53' ### What is your environment? Window with java 8 IDE: intellij ###...

Implements a new load balancer that tracks all RPC results to the addresses it is configured with and periodically attempts to detect outlier. It wraps a child load balancer that...

config: // implementation 'io.grpc:grpc-okhttp:1.42.0' implementation 'io.grpc:grpc-netty-shaded:1.42.0' implementation 'io.grpc:grpc-protobuf-lite:1.42.0' // implementation 'io.grpc:grpc-protobuf:1.42.0' implementation 'io.grpc:grpc-stub:1.42.0' implementation 'org.apache.tomcat:tomcat-annotations-api:9.0.58'

question

rls: Update implementation to match spec. - Cleanup cache if exceeds max size when add an entry. Make cache entry size calculations more accurate - Trigger pending RPC processing if...

### What version of gRPC-Java are you using? 24.0.0 ### What is your environment? jdk17 ### What did you expect to see? A call being made with header `x-goog-user-project` header...

Hello, I'd like to start a discussion about adding a `CompletableFuture`-based stub implementations to gRPC. I understand that generated gRPC code must be backwards compatible with Java 6, so here...

enhancement

Checking if this generally makes sense - if so I'll add unit tests.

Please answer these questions before submitting your issue. ### What version of gRPC are you using? v1.18.0 ### What did you expect to see? Server can reload new cert without...

### What version of gRPC-Java are you using? Bug detected on latest code from master branch (at the time of this post), and also 1.45 (the version used in production...

bug