koa-hystrix
v0.0.2
Published
The koa middleware of hystrix-dashboard.
Readme
koa-consul
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.
Usage
import Koa from 'koa';
import KoaHystrix from 'koa-hystrix';
let app = new Koa();
app.use(KoaHystrix());API
KoaConsul(options)
- options.url
