f8868c7ccf
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.
|
|
```
|