You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't upgrade the grpc library in our project because these balancer no longer implement the balancer.Balancer interface with the newest version of grpc.
The balancers need to implement the ExitIdle() method.
I can't upgrade the grpc library in our project because these balancer no longer implement the balancer.Balancer interface with the newest version of grpc.
The balancers need to implement the
ExitIdle()method.