cn.leancloud/ring-jetty-hystrix-adapter

Setup a Hystrix (https://github.com/Netflix/Hystrix) event stream with jetty for clojure.

Leiningen/Boot

[cn.leancloud/ring-jetty-hystrix-adapter "0.2.7"]

Clojure CLI/deps.edn

cn.leancloud/ring-jetty-hystrix-adapter {:mvn/version "0.2.7"}

Gradle

implementation("cn.leancloud:ring-jetty-hystrix-adapter:0.2.7")

Maven

<dependency>
  <groupId>cn.leancloud</groupId>
  <artifactId>ring-jetty-hystrix-adapter</artifactId>
  <version>0.2.7</version>
</dependency>