This middleware depends on brakes, it will set a /hystrix.stream route as default. You can use hystrix-dashboard to get the circuit's status.
import Koa from 'koa';
import KoaHystrix from 'koa-hystrix';
let app = new Koa();
app.use(KoaHystrix());
- options.url default is "/hystrix.stream"