grpc-go icon indicating copy to clipboard operation
grpc-go copied to clipboard

clusterimpl: use gsb.UpdateClientConnState instead of switchTo, on receipt of config update

Open aranjans opened this issue 5 months ago • 1 comments

#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 of switchTo, on receipt of config update

aranjans avatar Aug 28 '24 10:08 aranjans