dart_circuit_breaker 0.0.1 copy "dart_circuit_breaker: ^0.0.1" to clipboard
dart_circuit_breaker: ^0.0.1 copied to clipboard

A Dart implementation of the Circuit Breaker pattern for fault tolerance and resilience.

0.0.1 #

  • Initial version of dart_circuit_breaker
  • Comprehensive Circuit Breaker pattern implementation
  • Three states: Closed, Open, Half-Open with automatic transitions
  • Generic type support for any return type
  • Configurable thresholds and timeout settings
  • Custom CircuitOpenException for open circuit handling
  • Comprehensive test coverage (22 tests)
  • Detailed documentation and examples
1
likes
150
points
14
downloads

Publisher

verified publisheretornam.dev

Weekly Downloads

A Dart implementation of the Circuit Breaker pattern for fault tolerance and resilience.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on dart_circuit_breaker