App-vNext / Polly.Extensions.Http

Polly.Extensions.Http is an extensions package containing opinionated convenience methods for configuring Polly policies to handle transient faults typical of calls through HttpClient.
Other
85 stars 20 forks source link

Polly V8 #36

Open kmcclellan opened 11 months ago

kmcclellan commented 11 months ago

Is there a plan to migrate this library to work with version 8 of Polly?

joelhulen commented 11 months ago

@kmcclellan, no. In fact, the Microsoft.Extensions.Http.Polly is deprecated in favor of the new Microsoft.Extensions.Http.Resilience package, as detailed here. This new package is built on top of Polly, and it takes full advantage of the new Polly v8 features.