Skip to content

A wrapper for avoiding the Command pattern enforced by Hystrix. You get all the goodies of Hystrix without littering the code.

License

Notifications You must be signed in to change notification settings

argha-c/hystrix-executor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A wrapper for avoiding the Command pattern enforced by Hystrix. You get all the goodies of Hystrix without littering the code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages