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

Use this instead of the deprecated handleResolvedAddresses() when calling the switchLb.

Specific usages; - `StreamRecorder` - `TestUtils`

experimental API

Please answer these questions before submitting your issue. ### What version of gRPC are you using? NA ### What did you expect to see? NA

experimental API

It has been flaky for a while because of firebase infrastructure issues. That's "okay." But last week runs started failing because of crashes. But I don't see the crash in...

code health
android

Previously, picker was likely null if entering backoff soon after start-up. This prevented the picker from being updated and directing queued RPCs to the fallback. It would work for new...

DelayedClientTransport already had to handle all the cases, so ManagedChannelImpl picking was acting only as an optimization. Optimizing DelayedClientTransport to avoid the lock when not queuing makes ManagedChannelImpl picking entirely...

Allow mocking stubs - don't make them final I'd love to be able to mock stubs private HelloServiceGrpc.HelloServiceBlockingStub stub; public void hello(String message) { stub.hello(message);

enhancement

Add S2A Java client to gRPC Java. Context: https://github.com/google/s2a-go/blob/main/README.md

This doesn't actually remove switchTo() as the API is currently public, although we may want to mark it deprecated. You may want to look at each commit separately, especially the...