mirror of
https://github.com/mfornos/awesome-microservices.git
synced 2024-11-20 11:16:15 -05:00
Added Pathod
This commit is contained in:
parent
5dbd8a5660
commit
1fc15e9608
1 changed files with 1 additions and 0 deletions
|
@ -271,6 +271,7 @@ A curated list of Microservice Architecture related principles and technologies.
|
|||
### Resilience
|
||||
|
||||
- [Hystrix](https://github.com/Netflix/Hystrix) - 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.
|
||||
- [Pathod](http://pathod.net/) - Crafted malice for tormenting HTTP clients and servers.
|
||||
- [Raft Consensus](http://raftconsensus.github.io/) - Consensus algorithm that is designed to be easy to understand. It's equivalent to Paxos in fault-tolerance and performance.
|
||||
- [Resilient HTTP](http://resilient-http.github.io/) - A smart HTTP client with super powers like fault tolerance, dynamic server discovery, auto balancing and reactive recovery, designed for distributed systems.
|
||||
- [Saboteur](https://github.com/tomakehurst/saboteur) - Causing deliberate network mayhem for better resilience.
|
||||
|
|
Loading…
Reference in a new issue