-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is balancer api v2 stable? #1579
Comments
The new balancer APIs are in progress (#1388). Eventually, users should use service config to pick the balancer to use. But as the work to support service config is still in progress, there needs to be some way to test balancer implementations. And that's what We expect this new balancer APIs to be stable, but we will still mark it as "EXPERIMENTAL" for some time before we are confident enough. As for what you should use right now: |
one related question: how should we provide feedbacks on the new balancer API? |
Am I right that currently specifying balancer with "ServiceConfig" is not implemented and for now I should use "WithBalancerBuilder" with the aim to switch to ServiceConfig as soon as corresponding PRs will be merged? |
Closing this issue. Please track the process in #1388. |
I'm trying to write a client-side load balancer for gRPC, but in current version of docs it's a little bit confusing:
I'm confused about what should I use.
The text was updated successfully, but these errors were encountered: