smallrye / smallrye-fault-tolerance

SmallRye implementation of MicroProfile Fault Tolerance: bulkheads, circuit breakers, fallbacks, rate limits, retries, timeouts, and more
Apache License 2.0
86 stars 37 forks source link

Replace synchronized block with ReentrantLock in LazyFaultTolerance #1035

Closed mariofusco closed 3 months ago

mariofusco commented 3 months ago

Replace https://github.com/smallrye/smallrye-fault-tolerance/pull/1034