Johan Perez
Results
2
comments of
Johan Perez
@NableLucas value attribute in AvInput would do the magic ``
For folks wondering then what to do: ``` process() .retryWhen(Retry.backoff(maxAttempts, minBackoff).filter(e -> e instanceof MySuperCustomeException)) .onErrorMap(Exceptions::isRetryExhausted, Throwable::getCause); ``` https://github.com/reactor/reactor-core/issues/2052