mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
831680d2c5
The new balancer is a patched version of gRPC's default pick_first balancer which removes the behavior of preserving the active subconnection if a list of new addresses contains the currently active address.
4 lines
123 B
Plaintext
4 lines
123 B
Plaintext
```release-note:improvement
|
|
grpc: Use new balancer implementation to reduce periodic WARN logs when shuffling servers.
|
|
```
|