I am new to Hystrix and feel like the documentation is better than alot of open source libraries.
Either I am misunderstanding something or I the documentation doesn't explain the Default value or conifgurable setting for the Circuit Breaker's "rolling window" length of time.
Both circuitBreaker.requestVolumeThreshold and circuitBreaker.errorThresholdPercentage seem to be based on a "rolling window" timeframe but I haven't been able to track down what it is and how to modify it.
Am I misreading this? Or missing something?
Please help,
--Dave Leo