Skip to content

Commit

Permalink
[improve][pip] PIP-408 add maxRetryRequestTimes in ClientConfiguratio…
Browse files Browse the repository at this point in the history
…nData and remove duplicate retry logic
  • Loading branch information
walkinggo committed Feb 17, 2025
1 parent 91a553f commit 4c3742b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pip/pip-408.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This isolates retry control to the connector-level configuration while preventin
## Design & Implementation Details

1. **Retry Configuration Support**
Added `maxRetryRequestTimes` in `ClientConfigurationData` (default: 5) to control admin client request retry behavior. Configuration propagates to `AsyncHttpConnector` implementations.
Added `maxRetryRequestTimes` in `ClientConfigurationData` (default: 5) to control admin client request retry behavior. Configuration propagates to `AsyncHttpConnector` implementations. This change preserves the default request retry count in configurations. The newly added retry count matches DefaultAsyncHttpClient's original default value.

2. **Client API Enhancements**
- Extended `ClientBuilder` interface with new `maxRetryTimes()` method
Expand Down

0 comments on commit 4c3742b

Please sign in to comment.