tobnee / jailcall   0.1.0

Website GitHub

Defend your Akka applications from failures in distributed systems.

Scala versions: 2.11

jailcall

Defend your Akka applications from failures in distributed systems through the use of:

  • Call stats based circuit breakers
  • Automatic command bulkheading
  • Insight into you remote calls by providing latency and call statistics

Build Status

Take a look at the documentation.

Related Projects

  • akka-core: Already has a minimal circuit breaker implementation
  • hystrix: A lot of general ideas and patterns have been adopted from the hystrix library
  • HdrHistogram: Provides a high performance histrogram data structure used by jailcall