Company
Date Published
Author
Bryan Hogan
Word count
2254
Language
English
Hacker News points
None

Summary

The summary highlights how using HttpClientFactory with Polly in .NET Core 2.1 enables more resilient service-to-service communications by applying resilience policies to requests from the HttpClient, making it easier to handle failed responses and providing a convenient way to select the right policy for a given request. The changes allow for cleaner code, reduced complexity, and improved reliability, enabling developers to build more robust applications with less effort.