Class CrankyCircuitBreakerService

All Implemented Interfaces:
Closeable, AutoCloseable, LifecycleComponent, org.elasticsearch.core.Releasable

public class CrankyCircuitBreakerService extends CircuitBreakerService
CircuitBreakerService that fails one twentieth of the time when you add bytes. This is useful to make sure code responds sensibly to circuit breaks at unpredictable times.