Skip to content
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.
/ circuit Public archive
forked from davenverse/circuit

CircuitBreaker is used to provide stability and prevent cascading failures in distributed systems.

License

Notifications You must be signed in to change notification settings

hamidr/circuit

 
 

Repository files navigation

circuit - Circuit Breaker for Scala Build Status Maven Central

The CircuitBreaker is used to provide stability and prevent cascading failures in distributed systems.

Quick Start

To use circuit in an existing SBT project with Scala 2.11 or a later version, add the following dependencies to your build.sbt depending on your needs:

libraryDependencies ++= Seq(
  "io.chrisdavenport" %% "circuit" % "<version>"
)

About

CircuitBreaker is used to provide stability and prevent cascading failures in distributed systems.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 100.0%