ThreeMammals / Ocelot

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

Use `ResiliencePipelineRegistry` #1916

Closed brikibsw closed 7 months ago

brikibsw commented 7 months ago

Fixes / New Feature #

Use ResiliencePipelineRegistry in PollyQoSResiliencePipelineProvider. This new implementation replaces the previous dictionary-based approach for managing cache for resilience pipelines.

Proposed Changes