Netflix / Hystrix

Hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex distributed systems where failure is inevitable.
23.98k stars 4.7k forks source link

Hystrix javanica with dropwizard #1993

Open shubham721 opened 4 years ago

shubham721 commented 4 years ago

can we integrate hystrix javanica library with dropwizard application to use annotations? Please let me know.