摘要: X import feign.Response; import feign.RetryableException; import feign.codec.ErrorDecoder; public class CustomErrorDecoder implements ErrorDecoder { @ 阅读全文
posted @ 2023-04-19 17:20 小羊摩多摩多 阅读(19) 评论(0) 推荐(0)
摘要: 日期:2023-4-17 问题:项目中feign接口的请求,一次性发多个,甲方的服务器资源有限, 导致抛出FeignException 429:too many requests 1.feign的重试机制流程 使用 Feign 客户端发送 HTTP 请求时,如果请求失败了(例如网络超时或者是目标服务 阅读全文
posted @ 2023-04-19 17:11 小羊摩多摩多 阅读(2247) 评论(0) 推荐(0)