Understanding Akka’s Quarantine State

At Credit Karma, my team maintains a service powered by a multi node Akka [http://akka.io/] cluster. Akka is a framework for building distributed, concurrent, and message-driven systems in Scala. It helps us easily scale our service, and gives us some resilience when problems inevitably happen in production. In…