-
Notifications
You must be signed in to change notification settings - Fork 838
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
Overload ReassignProxyRequest to also accept a route update #1760
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.
Thanks @ethankrein!
Could you please also add a test for the new overload (similar to the existing one)?
Co-authored-by: Miha Zupan <mihazupan.zupan1@gmail.com>
Fixing a spelling error
Is it okay that I extended that test to include the overload as well? |
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.
Is it okay that I extended that test to include the overload as well?
That's fine by me, thanks.
@MihaZupan - are you going to merge before you go on vacation? |
I want Chris to take a look at it first if this is the exact API he had in mind, but this is good to merge otherwise. |
Thanks |
Adds an overload for ReassignProxyRequest that assigns both route and cluster when reassigning a proxy request.
See discussions in #1749 and #1752 for more info.