grpc / grpc-java

The Java gRPC implementation. HTTP/2 based RPC
https://grpc.io/docs/languages/java/
Apache License 2.0
11.48k stars 3.85k forks source link

core: Update retry behavior for redefinition in A6 #11700

Open ejona86 opened 3 days ago

ejona86 commented 3 days ago

A6 had its retry behavior redefined. The Java implementation uses the old definition. We need to update to the newer, more typical backoff.