afex/hystrix-go

Feature list

esco opened this issue · 1 comments

esco commented

Is this a complete port? How far along is it?

Thanks.

afex commented

you can define commands and their fallbacks, with timeouts. the circuit breaker watches the last 10 seconds of commands to reject incoming executions if the backend is failing.

it does not yet expose metrics to display in a hystrix dashboard