-
Notifications
You must be signed in to change notification settings - Fork 169
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 the entity class for xDS flow control functionality #1679
base: develop
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Flags with carried forward coverage won't be shown. Click here to find out more.
|
/** | ||
* Should the value be appended | ||
*/ | ||
private boolean append; |
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.
enabledAppend
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.
Resolved
873b0cf
to
06dd506
Compare
/** | ||
* the specified delay will be injected before a new request | ||
*/ | ||
private long fixedDelay; |
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.
specify unit of fixedDelay, s or ms
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.
Resolved
*/ | ||
public class XdsFractionalPercent { | ||
/** |
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 there any relation with xDS for this entity? If not, modify the name
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.
Resolved
* The number of consecutive 5xx responses or local origin errors that are mapped to 5xx error codes before a | ||
* consecutive 5xx ejection occurs | ||
*/ | ||
private int consecutive5Xx; |
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.
5Xx seems not right
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.
Resolved
06dd506
to
eb492ed
Compare
Signed-off-by: hanbingleixue <[email protected]>
eb492ed
to
b72bc93
Compare
What type of PR is this?
Feature
What this PR does / why we need it?
Add the entity class for Xds flow control functionality
Which issue(s) this PR fixes?
Fixes #1515
Does this PR introduce a user-facing change?
No
Checklist