Skip to content

astileanua1141/hystrix_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java CI - Run Junit Tests

Hystrix Demo

Just having a look at Hystrix

In summary Hystrix is designed to:

  • Provide protection and control over failures and latency from services typically accessed over the network
  • Stop cascading of failures resulting from some of the services being down
  • Fail fast and rapidly recover
  • Degrade gracefully where possible
  • Real time monitoring and alerting of command center on failures

About

Just having a look at Hystrix

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages