springcloud
不要回头看
好好码代码 好好写博客 该是你的总会来 不该是你的终不会来
展开
-
SpringCloud 自定义Ribbon策略定义
SpringCloud中 提供了@FeignClient来调用provider项目的接口,@FeignClient默认的ribbon策略是使用RoundRobin循环调用,当想自定义ribbon策略的时候使用@RibbonClient配合 方法1:直接在接口将@RibbonClient与@FeignClient组合使用 MySelfRule2.class为负载均衡配置类 将IRule...原创 2018-07-06 19:13:42 · 1077 阅读 · 1 评论 -
springcloud 对等体之间的网络中断期间会发生什么?
网络中断的对等体之间会发生什么?可能发生的情况:The heartbeat replications between peers may fail and the server detects this situation and enters into a self-preservation mode protecting the current state.对等体之间心跳响应失败后,服务器进入...翻译 2018-07-07 11:28:27 · 229 阅读 · 0 评论