afex / hystrix-go

Netflix's Hystrix latency and fault tolerance library, for Go
MIT License
4.25k stars 476 forks source link

Feature list #1

Closed esco closed 10 years ago

esco commented 10 years ago

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

Thanks.

afex commented 10 years ago

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