grpc-java
grpc-java copied to clipboard
The Java gRPC implementation. HTTP/2 based RPC
Use this instead of the deprecated handleResolvedAddresses() when calling the switchLb.
Specific usages; - `StreamRecorder` - `TestUtils`
Please answer these questions before submitting your issue. ### What version of gRPC are you using? NA ### What did you expect to see? NA
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...
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);
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...