Fix the problem of flowcontrol plugin interceptor declaration error and failure to remove retried instances#1760
Open
hanbingleixue wants to merge 1 commit intosermant-io:developfrom
Open
Conversation
Codecov ReportAttention: Patch coverage is
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 45 files with indirect coverage changes 🚀 New features to boost your workflow:
|
provenceee
previously approved these changes
Mar 26, 2025
Collaborator
|
action for xds not executed |
ea4b0a1 to
64ec4a1
Compare
provenceee
reviewed
Apr 28, 2025
| .setApiPath(getRequestUri.apply(request)) | ||
| .setHeaders(getHeaders(request)) | ||
| .setMethod(getMethod.apply(request)) | ||
| .setServiceName(getHeader.apply(request, ConfigConst.FLOW_REMOTE_SERVICE_NAME_HEADER_KEY)) |
Signed-off-by: hanbingleixue <hanbingleixue@hotmail.com>
provenceee
approved these changes
Apr 29, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
Bug
What this PR does / why we need it?
Fix some bug of flowcontrol plugin
Which issue(s) this PR fixes?
Fixes #1759
Does this PR introduce a user-facing change?
No
Checklist