ring-jetty-hystrix-adapter

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

Leiningen/Boot

[ring-jetty-hystrix-adapter "0.2.0-beta2"]

Clojure CLI/deps.edn

ring-jetty-hystrix-adapter/ring-jetty-hystrix-adapter {:mvn/version "0.2.0-beta2"}

Gradle

implementation("ring-jetty-hystrix-adapter:ring-jetty-hystrix-adapter:0.2.0-beta2")

Maven

<dependency>
  <groupId>ring-jetty-hystrix-adapter</groupId>
  <artifactId>ring-jetty-hystrix-adapter</artifactId>
  <version>0.2.0-beta2</version>
</dependency>