Fault Tolerance in High Volume Distributed Systems
Netflix Blog
DependencyCommand wraps network bound commands
DependencyCommand wraps network bound commands
- has fallback logic
- executes in separate thread pools
- uses try/acquire
- has timeouts
- latency feeds back to circuit breakers
Comments