-
-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add retry policy and connection pool configuration to request u…
…tils (#864) fix: add retry policy and connection pool configuration to request utils - Introduced retry policy and connection pool configuration in `create_service_session`. - Added `get_retry_policy` and `get_http_adapter` functions for customizable retry and connection settings. - Updated tests to cover new session adapter configurations and ensure correct behavior.
- Loading branch information
1 parent
91d3f7d
commit 1713a51
Showing
2 changed files
with
185 additions
and
13 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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