Spring Cloud調用接口過程

Spring Cloud 在接口調用上,大致會經過如下幾個組件配合: Feign ----->Hystrix —>Ribbon —>Http Client(apache http components 或者 Okhttp) 具體交互流程上,如下圖所示: 名詞理解: 接口化請求調用當調用被@FeignClient註解修飾的接口時,在框架內部,將請求轉換成Feign的請求實例feign.Request
相關文章
相關標籤/搜索