RetryableException should hold the methodKey as well #2250
Labels
good first issue
Issues that are good for first time contributors to tackle
help wanted
Issues we need help with tackling
proposal
Proposed Specification or API change
Hi there,
Referring to #719, I think it would make even more sense to add the methodKey to the RetryableException so that in the Retryer I can exactly pinpoint which method is being retried as it is done in the ErrorDecoder. That way, both implementations use the methodKey approach instead of having one relying on url/method approach and the other one on the methodKey one.
Let me know what you guys think.
Cheers
The text was updated successfully, but these errors were encountered: