vertx-circuit-breaker
vertx-circuit-breaker copied to clipboard
Operation timers should be removed when operation completes.
Otherwise, the application might throw an OOM. This would happen with a big enough circuit breaker timeout and a result value that retains a relatively large amount of memory.
Issue was reported by @pierDipi as a comment to #58 but it seems different than the original topic.
@pierDipi mind taking a look?