-
Notifications
You must be signed in to change notification settings - Fork 534
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
Polly integration for HttpClient #1414
Comments
@vova-lantsov-dev I'm not familiar with Polly. Please can you provide a code example of how you would like to use it, and show where/why this is not currently possible. |
ConsoleApp1.zip |
Thanks for the code example. I'll look at it in detail shortly. |
- Closes googleapis#1105 - Closes googleapis#1414 - Closes googleapis#1427
We now support System.Net.Http.IHttpClientFactory which allows to configure HttpClient to use Polly among other things.
We now support System.Net.Http.IHttpClientFactory wich allows HttpClients to be configured to use Polly among other things. I've remove this issue from the BACKLOG as obsolete in #2371. |
We now support System.Net.Http.IHttpClientFactory which allows to configure HttpClient to use Polly among other things.
I want to use retry policy for HttpClient created by Google.Apis.Http.HttpClientFactory, but this is a custom class and brings no support for such feature. Is there any workaround?
The text was updated successfully, but these errors were encountered: