Skip to content
This repository was 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

This branch is 2 commits ahead of, 105 commits behind davenverse/circuit:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f297226 · Jun 28, 2021
Jun 28, 2021
Mar 16, 2019
Jun 28, 2021
Jan 6, 2021
Jul 24, 2019
Feb 13, 2020
Jan 18, 2019
Jan 18, 2019
Jan 18, 2019
Mar 15, 2019
Jun 28, 2021

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%