Dealing with unexpected failures is one of the hardest problems to solve, especially in a distributed system. A microservice needs to be resilient to failures and to be able to restart often on another machine for availability. This resiliency also comes down to the state that was saved on behalf of the microservice, where the microservice can recover this state from, and whether the microservice can restart successfully.

Managing Resiliency in Microservices - Full Stack Virtual Conference 2021
Mar 05 2021

C# Corner Live

In this session, Nish Anil describes more about Managing Resiliency in Microservices.