Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 411 Bytes

File metadata and controls

20 lines (12 loc) · 411 Bytes

koa-hystrix

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

KoaHystrix(options)

  • options.url default is "/hystrix.stream"