clj-circuit-breaker

Circuit breaker pattern implementation using clojure

  • VCSN/A

  • cljdoc documentationcljdoc
  • 613 Downloads
  • 91 This Version

Leiningen/Boot

[clj-circuit-breaker "0.3.0"]

Clojure CLI/deps.edn

clj-circuit-breaker/clj-circuit-breaker {:mvn/version "0.3.0"}

Gradle

implementation("clj-circuit-breaker:clj-circuit-breaker:0.3.0")

Maven

<dependency>
  <groupId>clj-circuit-breaker</groupId>
  <artifactId>clj-circuit-breaker</artifactId>
  <version>0.3.0</version>
</dependency>