Found 364 packages
DistributedCiscuitBreaker is a .NET Library that allows developers to wrap execution of a task to be controlled by a circuit breaker.
ASP.NET MVC Admin Panel Template
Microsoft Extensions Diagnostics Health Checks integration for Paramore.Brighter Service Activator. Provides health check implementations for monitoring service activator status and message consumer health.
Package Description
Apache Kafka messaging gateway implementation for Paramore.Brighter Command Processor. Provides decoupled message transport using Apache Kafka with support for topics, partitions, and schema registry integration.
Polly.Net40Async is a version of the Polly library for .NET 4.0 with async support via Microsoft.Bcl.Async. Polly allows developers to express resilience policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner.
Library for reading and writing Altium Designer files.
CacheFlow.CircuitBreaker extends CacheFlow with robust circuit breaker capabilities: - Thread-safe circuit breaker implementation - Configurable failure thresholds - Adjustable sampling windows - Automatic recovery mechanisms - Sliding window failure counting - Comprehensive failure tracking - Intelligent state management - Exception-based circuit breaking - Decorator pattern integration - Detailed failure logging Perfect for applications requiring resilient caching with failure protection.
A Roslyn analyzer for finding and fixing instances of bitwise operators that should be using short-circuit operators instead.
Flexible Circuit Breaker implementation that can be configured with a Breaker Strategy and a Backoff Strategy.
This library allows you to programmaticaly solve linear circuits which consist of multiple components connected in series and parallel. Both DC and AC modes are supported. Unlike other tools with similar purpose, CircuitSolver is object-oriented and relies completely on polymorphism. You can find more details at: https://github.com/uros7251/CircuitSolver
CircuitBreaker is a .NET library that provides a circuit breaker pattern implementation for methods. It is designed to prevent a method from being executed too frequently or too intensively, which can lead to resource exhaustion or other issues.
Package Description
Polly is a .NET 3.5 / 4.0 / 4.5 / PCL library (now Profile 336) that allows developers to express transient exception handling policies such as Retry, Retry Forever, Wait and Retry or Circuit Breaker in a fluent manner.
Simple Circuit Breaker implementation for .NET with zero dependencies
Distributed Circuit Breaker that coordinates state across multiple .NET application instances using Redis. Perfect for microservices, cloud applications, and scaled systems. When any instance detects failures and breaks the circuit, ALL instances immediately stop calling the failing service via Redis coordination. Works with Azure Redis Cache, AWS ElastiCache, Redis Cloud, and self-hosted Redis. Simple fluent API, automatic fallback, distributed locking to prevent race conditions.
Hydra is a library for adding hot failover/failback capability between multiple replicated/redundant systems using pluggable circuit-breaker type strategies.
Provides a model for deserialising Eagle/Fusion360 Electronics files.
Jabberwocky package for circuit-breaker and error handling of renderings
Provides an implementation of the messaging gateway for decoupled invocation in the Paramore.Brighter pipeline, using restms