Playground for using Hystrix together with the playframework
There is an implicit method future
available on any HystrixCommand
, that will return a Scala Future rather then what Java calls a Future.
This is implemented by HystrixCommandWithScalaFuture
You can see it in Action in the Application controller.
This is a replacement for the hystrix-metrics-event-stream
module.
This module is only available as a Servlet/WAR, which is not suitable for Play.
There is a HystrixSupport
Controller, that does the same as the original Servlet
and allows for this play application to be monitored by the Hystrix Dashboard