Open
Description
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).