QNJR-GROUP / EasyTransaction

A distribute transaction solution(分布式事务) unified the usage of TCC , SAGA ,FMT (seata/fescar AutoCompensation), reliable message, compensate and so on;
Apache License 2.0
2.36k stars 809 forks source link

SpringCloud FeignClient的支持情况 #130

Open dargoner opened 5 years ago

dargoner commented 5 years ago

请问SpringCloud Feign Client 的调用支持吗?看到Sample里面,好像没有相关的案例

skyesx commented 4 years ago

Feign底层是Ribbon,你参考Ribbon相关配置就可以了。

同时ET对客户暴露的不是原有的RPC接口,而是通过ET的接口间接访问底层RPC的,你看下Sample应该会有了解