POLLY - RESILIENCY and FAULT HANDLING With HTTP Client | Getting Started With ASP.NET Core Series

preview_player
Показать описание
An application that depends on external services has to be sensitive to transient faults that can occur. These faults include momentary loss of network connection to the external services, temporary unavailability of a service, timeouts when the service is busy, etc. These faults are usually self-correcting, which means if we retry the same request to the service with a slight delay it's likely to be successful.

An application that depends on external services has to be sensitive to transient faults that can occur. These faults include momentary loss of network connection to the external services, temporary unavailability of a service, timeouts when the service is busy, etc. These faults are usually self-correcting, which means if we retry the same request to the service with a slight delay it's likely to be successful.

In this video, let's learn about Polly a .NET resilience and transient fault handling library that allows developers to express various resilience policies in a fluent and thread-safe manner. I will use Fiddler to simulate errors with external API (a weather API in this example) and show you how to gracefully handle these errors using Polly. I will show examples of using Automatic Retry, circuit breaker, and timeout resilience policies.

Additional Watching

Come say hi! ✋

Make sure to SUBSCRIBE to the channel. THANK YOU for helping me grow this channel !!
Рекомендации по теме
Комментарии
Автор

Nice Video. Appreciate your hard work in explaining it in detail. Thanks very much.

balajivenkateswarankrishna
Автор

Brilliant content. Please keep up the great work.

alfullard
Автор

Great video Rahul! This kind of uniqu subject make standout from other dotnet channels! You are a Rock star 🌟

starman
Автор

Superb Rahul and crystal clear . Thanks for the video. well appreciated.

kiranshetty
Автор

Your shirt is just as awesome as your channel!

BiffBifford
Автор

This is urgently needed to implement in our application.... Thanks Rahul for the great video...👌

worldisone
Автор

Nice to see the new Fiddler GUI of managing rules, in addition to Polly of course 😉

ylashin
Автор

This deserves so many more views. Great video Rahul

ades
Автор

Good content. Thanks for putting this effort.

anandvijayan
Автор

You explain very well. Thank you Rahul!

yessenzhol
Автор

Very nice ..Rahul....keep it up!! The contents of urs is very good...

kumar_codes
Автор

Thanks a lot for your work, it really helped me.

MayankSharma-qbhc
Автор

Hi Rahul, I am a big fan of your fabulous content . As microservices is hot cake in the market now, I request you to please do few videos related to how and when to go for microservices, different types of database communications in microservices and cross cutting concerns in the same.

riyazbasha
Автор

Good topic and good explanation. I really need this in our production apps. Thanks a lot Rahul👍🏻

MohammadAlbazel
Автор

This channel is one stop solution for .NET Core.😀

lipunpatel
Автор

Thanks for your effort and turn on the translation, please

dailystudy
Автор

Just found your channel, great content!

jt
Автор

Hey Rahul, thanks for the demo. However, I have a request to make a video on IHttpClientFactory With Delegating Handlers also cache the token in serverless scenarios. Looking forward to this..

DeepakShaw
Автор

This video is really good. Thank you for shearing knowledge. I have one question I am not able to install Fiddler Everywhere tool on my company laptop because of privacy policies. Can you suggest me the other way to test retry and unauthorized policies for poly. Thank you

smitashirsath
Автор

Does circuit breaker reset per user session or for all sessions?

avanirathi