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

Expose client load balancing policy via command line #258

Closed
CAFxX opened this issue Feb 4, 2021 · 0 comments · Fixed by #259
Closed

Expose client load balancing policy via command line #258

CAFxX opened this issue Feb 4, 2021 · 0 comments · Fixed by #259

Comments

@CAFxX
Copy link
Contributor

CAFxX commented Feb 4, 2021

Is your feature request related to a problem? Please describe.
We need to use round-robin client load balancing when performing load tests. Without this we can't test deployments that scale out and that are not fronted by a load balancer (most of our services fall in this category).

Describe the solution you'd like
MVP: add a command-line option to opt-in to round-robin load balancing.

Ideally: add command-line options to set DefaultServiceConfig and DisableServiceConfig

Describe alternatives you've considered
N/A

Additional context
#242 added support for this in the runner, but did not expose a way to enable it via command line

CAFxX added a commit to CAFxX/ghz that referenced this issue Feb 5, 2021
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 a pull request may close this issue.

1 participant