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

build a load balance abstraction for invoking request to upstream servers #366

Closed
ztelur opened this issue Feb 20, 2022 · 2 comments · Fixed by #436
Closed

build a load balance abstraction for invoking request to upstream servers #366

ztelur opened this issue Feb 20, 2022 · 2 comments · Fixed by #436
Assignees
Labels
enhancement New feature or request

Comments

@ztelur
Copy link
Contributor

ztelur commented Feb 20, 2022

What would you like to be added:

Add a load balance abstraction for invoking request to upstream servers.

Now, lb is just a cluster parameter, and is used in PickOneEndpoint function. That's difficult to implement complex load balance strategy.

Refer to https://github.com/mosn/mosn/blob/master/pkg/upstream/cluster/loadbalancer.go

Why is this needed:

@ztelur ztelur added the enhancement New feature or request label Feb 20, 2022
@mark4z
Copy link
Member

mark4z commented Feb 20, 2022

@baerwang

@baerwang
Copy link
Member

accept

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants