Skip to content

Commit

Permalink
Merge pull request xingshaocheng#95 from JasonJe/patch-1
Browse files Browse the repository at this point in the history
修正错别字
  • Loading branch information
xingshaocheng authored May 8, 2019
2 parents ac74fae + 5235329 commit 6c5284b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1880,7 +1880,7 @@ Java、Spring、Dubbo 优雅关闭方式。
* [《分布式服务框架学习笔记4 服务路由》](https://blog.csdn.net/xundh/article/details/59492750)
* 原则:透明化路由
* 负载均衡策略:随机、轮询、服务调用延迟、一致性哈希、粘滞连接
* 本地路由有限策略:injvm(优先调用jvm内部的服务),innative(优先使用相同物理机的服务),原则上找距离最近的服务。
* 本地路由优先策略:injvm(优先调用jvm内部的服务),innative(优先使用相同物理机的服务),原则上找距离最近的服务。
* 配置方式:统一注册表;本地配置;动态下发。

## 分布式一致
Expand Down

0 comments on commit 6c5284b

Please sign in to comment.