Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 261 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 261 Bytes

Resilient Microservice Implementation

This project aimed to realize Resilient Microservices (Web API) using Polly library for ASP.NET Core

SETUP

  • Install polly package in ORDER service with below command :

"dotnet add package Polly --version 7.2.3"