-
Notifications
You must be signed in to change notification settings - Fork 181
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
Traffic resiliency outstanding improvements (comments) #2917
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.
I unresolved some of the discussions on #2911. Please let reviewer resolve the threads after changes/comments are verified and agreed. Otherwise, it's hard to track review changes.
...miter-api/src/main/java/io/servicetalk/capacity/limiter/api/FixedCapacityLimiterBuilder.java
Outdated
Show resolved
Hide resolved
...r-api/src/main/java/io/servicetalk/capacity/limiter/api/GradientCapacityLimiterProfiles.java
Outdated
Show resolved
Hide resolved
...y-limiter-api/src/main/java/io/servicetalk/capacity/limiter/api/RequestDroppedException.java
Show resolved
Hide resolved
...src/main/java/io/servicetalk/traffic/resilience/http/TrafficResilienceHttpServiceFilter.java
Outdated
Show resolved
Hide resolved
...-capacity-limiter-api/src/main/java/io/servicetalk/capacity/limiter/api/CapacityLimiter.java
Show resolved
Hide resolved
...esilience-http/src/main/java/io/servicetalk/traffic/resilience/http/PeerRejectionPolicy.java
Outdated
Show resolved
Hide resolved
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.
One questions, otherwise LGTM for these changes
.../src/main/java/io/servicetalk/traffic/resilience/http/TrafficResilienceHttpClientFilter.java
Outdated
Show resolved
Hide resolved
Restored the |
...imiter-api/src/main/java/io/servicetalk/capacity/limiter/api/AimdCapacityLimiterBuilder.java
Outdated
Show resolved
Hide resolved
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.
🚢
Follow up for comments in #2911