Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 595 Bytes

File metadata and controls

7 lines (4 loc) · 595 Bytes

Build Resilient Microservices (Web API) using Polly in ASP.NET Core

Complete source code developed as part of article - Build Resilient Microservices (Web API) using Polly in ASP.NET Core

In this article, we will learn about how to implement Fault Tolerance in Microservices i.e. build resilient Microservices (Web API) using Polly in ASP.NET Core. By implementing fault tolerance in Microservices we ensure that the entire system is not affected in case of any failure in one of the services.

The complete article is available at https://procodeguide.com/programming/polly-in-aspnet-core/