ThreeMammals / Ocelot

.NET API Gateway
https://www.nuget.org/packages/Ocelot
MIT License
8.32k stars 1.63k forks source link

Bump to Polly 8.0 #1712

Closed RaynaldM closed 11 months ago

RaynaldM commented 11 months ago

Bump to Polly 8.0

and make some code improvements in Ocelot.polly package

raman-m commented 11 months ago

Ray, I still cannot get it, why did Tom create a separate project with publishing to NuGet, just for Polly lib integration? Also, Ocelot.Provider.Polly is not true Ocelot provider, because the term provider we use for Service Discovery feature in the namespace Ocelot.Provider of the projects **Ocelot.Provider.*** Many ASP.NET projects just add the Polly package directedly to the same project.

In my opinion we can easily include the Polly package right to Ocelot project and remove the Polly Provider project.