Testing failure tools - dreameddeath/couchbase-testing GitHub Wiki

Have a look at wiremock and saboteur Review video on "Six Pricinples for building fault tolerant micro services"

  • timeout on socket connection, socket read
  • circuit breaker
  • limit number of // requests on given service (or target server)

==> Automate in client (in async / observable manner)