Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
As part of enhancing the AIMDBackoffManager, we'd like to introduce customizable backoff and probe strategies. This will enable users to provide their own custom strategies if needed, catering to different use cases and requirements.
Tasks:
- Design an interface for the backoff and probe strategies.
- Refactor the existing AIMDBackoffManager implementation to use the new strategy interfaces.
- Create default backoff and probe strategy implementations based on the current implementation.
- Update AIMDBackoffManager to accept custom strategy implementations through its constructor or setter methods.
- Write unit tests to validate the custom strategy implementations.
- Update the documentation and JavaDoc to reflect the new changes.
Attachments
Issue Links
- Blocked
-
HTTPCLIENT-2270 Linear Backoff Strategies for AIMDBackoffManager
- Closed