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-beta"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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