Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 400 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 400 Bytes

Hystrix Executor

Wrapper for Netflix's Hystrix implementation Circuit breaker without code clutter. W

This attempts to bypass the Command pattern enforced by Hystrix. You get all the goodies without littering the code.

Variants

You can choose the aspect-based variant, which supports runtime weaving or the service-based variant, which is more explicit.