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