-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Add load balancing method to TransportServer #1479
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @soneillf5
Please see my feedback
0bab691
to
d9bd9aa
Compare
d9bd9aa
to
b1212e9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @soneillf5 Please see a few final comments. Otherwise, looks good
0370fb4
to
bfe76d5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
81517e4
to
5240654
Compare
5240654
to
be34f86
Compare
be34f86
to
61c5b76
Compare
Proposed changes
This change allows a user to specify the load balancing method used by the TransportServer resource.
It changes the defaults to match the Nginx defaults of round robin.
It has different validation from the http load balancing method.
Checklist
Before creating a PR, run through this checklist and mark each as complete.