Skip to content

nodecloud/koa-hystrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

The koa middlware for hystrix-dashboard.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published