GitHunt
FE

circuit - Circuit Breaker for Scala Build Status Maven Central

Head on over to the microsite

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>"
)

Contributors

Apache License 2.0
Created January 23, 2019
Updated February 5, 2021
fedefernandez/circuit | GitHunt