0.0.2 • Published 7 years ago

koa-hystrix v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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