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

fix(proxy): Add power_of_two and least_loaded to FromStr trait #868

Merged
merged 2 commits into from
Dec 20, 2022
Merged

fix(proxy): Add power_of_two and least_loaded to FromStr trait #868

merged 2 commits into from
Dec 20, 2022

Conversation

pims
Copy link
Contributor

@pims pims commented Dec 18, 2022

Also adjusted roundrobinto round_robin as described in bin/config.toml

# per cluster load balancing algorithm. The possible values are
# "round_robin", "random", "least_loaded" and "power_of_two". Defaults to "round_robin"
load_balancing = "round_robin"

Also adjusted `roundrobin`to `round_robin` as described in `bin/config.toml`

```toml
load_balancing = "round_robin"
```
@CLAassistant
Copy link

CLAassistant commented Dec 18, 2022

CLA assistant check
All committers have signed the CLA.

Copy link
Member

@Keksoj Keksoj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me! thank you!

@Wonshtrum can you have a look and approve as well?

Copy link
Collaborator

@FlorentinDUBOIS FlorentinDUBOIS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems good to me as well

Co-authored-by: Florentin DUBOIS <florentin.dubois+github@hey.com>
@Keksoj Keksoj merged commit a0d0a67 into sozu-proxy:main Dec 20, 2022
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.

None yet

4 participants