Skip to content
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

loadbalancer-experimental: Make some of the types public #2825

Merged

Conversation

bryce-anderson
Copy link
Contributor

Motivation:

We want to be able to use the experimental load balancer from other packages but we can't because the types are all private.

Modifications:

  • Make a bunch of helpful interfaces public
  • Add DelegatingLoadBalancerBuilder for symmetry with round robin

Motivation:

We want to be able to use the experimental load balancer
from other packages but we can't because the types are all
private.

Modifications:

- Make a bunch of helpful interfaces public
- Add `DelegatingLoadBalancerBuilder` for symmetry with round robin
@bryce-anderson bryce-anderson merged commit 2eafa74 into apple:main Feb 7, 2024
15 checks passed
@bryce-anderson bryce-anderson deleted the bl_anderson/make_interfaces_public branch February 7, 2024 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants