Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
slievrly authored Feb 18, 2019
1 parent 9353d2a commit 12de3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nacos/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

随着业务的快速发展,应用单体架构暴露出代码可维护性差,容错率低,测试难度大,敏捷交付能力差等诸多问题,微服务应运而生。微服务的诞生一方面解决了上述问题,但是另一方面却引入新的问题,其中主要问题之一就是如何保证微服务间的业务数据一致性。

本文将通过一个简单的微服务架构的例子,说明业务如何step by step的使用 Fescar、Dubbo 和 Nacos 来保证业务数据的一致性。Fescar 0.2.0+ 开始支持Nacos 注册配置服务中心。本文所述的例子 Dubbo 和 Fescar 注册配置服务中心均使用 Nacos。
本文将通过一个简单的微服务架构的例子,说明业务如何step by step的使用 Fescar、Dubbo 和 Nacos 来保证业务数据的一致性。本文所述的例子中 Dubbo 和 Fescar 注册配置服务中心均使用 Nacos。Fescar 0.2.0+ 开始支持 Nacos 注册配置服务中心


## 业务案例
Expand Down

0 comments on commit 12de3b3

Please sign in to comment.