像dubbo就可以给每个方法配置超时时间,重试次数,容错策略,那springcloud可不可以呢
<dubbo:reference> <dubbo:method name="findFoo" retries="2" /> </dubbo:reference>