Projects in Awesome Lists tagged with fault-handler
A curated list of projects in awesome lists tagged with fault-handler .
https://github.com/app-vnext/polly
Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.
circuit-breaker circuit-breaker-pattern dotnet fault-handler resilience resiliency-patterns retry-strategies transient-fault-handling
Last synced: 09 Sep 2025
https://github.com/App-vNext/Polly
Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.
circuit-breaker circuit-breaker-pattern dotnet fault-handler resilience resiliency-patterns retry-strategies transient-fault-handling
Last synced: 16 Mar 2025
https://github.com/Polly-Contrib/Polly.Contrib.WaitAndRetry
Polly.Contrib.WaitAndRetry is an extension library for Polly containing helper methods for a variety of wait-and-retry strategies.
dotnet fault-handler fault-tolerance jitter-formula jitter-recommendation polly resilience resiliency resiliency-patterns retry-intervals retry-pattern retry-policies retry-strategies transient-fault-handling
Last synced: 08 May 2025
https://github.com/farfetch/kafkaflow-retry-extensions
Kafka Flow Retry Patterns Extensions
dotnet fault-handler hacktoberfest kafka kafka-flow kafkaflow messaging resilience retry-strategies transient-fault-handling
Last synced: 09 May 2025
https://github.com/kathleenwest/serviceerrorhandlerdemo
Simple Service Error Handler – A Demo of a WCF Self-Hosted Service & Client "Tester" Windows Form Application Exchanging Error Messages : This project presents a simple Math Service and Client Application demonstration that implements error handling on the service and communications of its errors to the client. The Math Service is a self-hosted (service host) WCF application launched and managed with a simple console interface. The client “tester” has a simplified GUI user interface to quickly demo and test the service (Windows Form Application). The GUI has features to add, subtract, multiply, and divide two numbers (integers). The GUI does basic data validation then sends a request to the math service. After it receives the results from the math service, it displays the calculation result or any received error messages (faults) to the user. The objective of this project was not to demo a calculator application but the handling of errors on a service.
csharp csharp-code csharp-library error-handler error-handling error-messages errors fault fault-handler fault-handling service service-client services wcf wcf-client wcf-service wcf-service-client-demo wcf-service-demo windows-communication-foundation windows-form-application
Last synced: 16 Oct 2025