all and sundry: Using Netflix Hystrix annotations with Spring
I can't think of a better way to describe a specific feature of Netflix Hystrix library than by quoting from its home page:Latency and Fault Tolerance by:
Stop cascading failures. Fallbacks and graceful degradation. Fail fast and rapid recovery.
Thread and semaphore isolation with circuit breakers.
I saw a sample demonstrated by Josh Long(@starbuxman) which makes use of Hystrix integrated with Spring - the specific code is here. The sample makes use of annotations to hystrix enable a service class.
Read full article from all and sundry: Using Netflix Hystrix annotations with Spring
No comments:
Post a Comment