You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Arturo Bernal (Jira)" <ji...@apache.org> on 2023/04/24 19:25:00 UTC

[jira] [Created] (HTTPCLIENT-2269) Implement Customizable Backoff and Probe Strategies for AIMDBackoffManager

Arturo Bernal created HTTPCLIENT-2269:
-----------------------------------------

             Summary: Implement Customizable Backoff and Probe Strategies for AIMDBackoffManager
                 Key: HTTPCLIENT-2269
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-2269
             Project: HttpComponents HttpClient
          Issue Type: Improvement
            Reporter: Arturo Bernal


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.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org