vertx-circuit-breaker icon indicating copy to clipboard operation
vertx-circuit-breaker copied to clipboard

A circuit breaker for Vert.x

Results 12 vertx-circuit-breaker issues
Sort by recently updated
recently updated
newest added

Hi, guys. Is it possible to implement resilience4j? thx

Hi Team Help check option setTimeout, It is seem to me not work. I implemented on vertx 3.8.1. My brief code as below: ``` CircuitBreakerOptions circuitBreakerOptions = new CircuitBreakerOptions() .setMaxFailures(5)...