Doug Smith

Results 2 issues of Doug Smith

Thank you, @kaitoy, for creating this great library. What is your plan for moving forward with the 2.0.0 alpha?

I'm using `CircuitBreaker` in its [Standalone Usage](https://failsafe.dev/circuit-breaker/#standalone-usage). My `CircuitBreaker` is configured `withFailureRateThreshold(50, 2, Duration.ofSeconds(30))` to open when 50% of requests over a 30 second period fail. I'd like to be...