In your README you give an example of RetryAfterCertainTimeException. How does this work with Feign's RetryableException? I'm trying to implement a RetryAfterException that gets automatically retried, but without duplicating Feign's RetryAfterDecoder (or putting my exception class in the feign.codec package).
In your README you give an example of RetryAfterCertainTimeException. How does this work with Feign's
RetryableException? I'm trying to implement aRetryAfterExceptionthat gets automatically retried, but without duplicating Feign'sRetryAfterDecoder(or putting my exception class in thefeign.codecpackage).