open-consul/.changelog/15892.txt
Dan Upton 15c7c03fa5
grpc: switch servers and retry on error (#15892)
This is the OSS portion of enterprise PR 3822.

Adds a custom gRPC balancer that replicates the router's server cycling
behavior. Also enables automatic retries for RESOURCE_EXHAUSTED errors,
which we now get for free.
2023-01-05 10:21:27 +00:00

4 lines
139 B
Plaintext

```release-note:enhancement
grpc: client agents will switch server on error, and automatically retry on `RESOURCE_EXHAUSTED` responses
```