grpc-go
grpc-go copied to clipboard
clusterimpl: use gsb.UpdateClientConnState instead of switchTo, on receipt of config update
#7210 talks about not using deprecated APIs in the gracefulswitch.Balancer
while switching the child policy on reciept of configuration update of clusterimpl. This PR makes the required changes for the same.
RELEASE NOTES:
- clusterimpl: use
gsb.UpdateClientConnState
instead ofswitchTo
, on receipt of config update