From 1fc15e9608eea3e015d0c3b3fbe51914d11d71d3 Mon Sep 17 00:00:00 2001 From: mfornos Date: Sun, 1 Nov 2015 15:51:42 +0100 Subject: [PATCH] Added Pathod --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 48cd1c5..e3708ea 100644 --- a/README.md +++ b/README.md @@ -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.