From 2379760dca212ce6d6f8953fc63f7ca1a91982c6 Mon Sep 17 00:00:00 2001 From: Savorboard Date: Fri, 7 Sep 2018 22:31:06 +0800 Subject: [PATCH] Update README.zh-cn.md --- README.zh-cn.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.zh-cn.md b/README.zh-cn.md index 17025fb..2713cee 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -19,9 +19,9 @@ CAP 采用的是和当前数据库集成的本地消息表的方案来解决在 这是CAP集在ASP.NET Core 微服务架构中的一个示意图: -![](http://images2015.cnblogs.com/blog/250417/201707/250417-20170705175827128-1203291469.png) +![cap.png](http://oowr92l0m.bkt.clouddn.com/cap.png) -> 图中实线部分代表用户代码,虚线部分代表CAP内部实现。 +> CAP 实现了 [eShop 电子书](https://docs.microsoft.com/en-us/dotnet/standard/microservices-architecture/multi-container-microservice-net-applications/subscribe-events#designing-atomicity-and-resiliency-when-publishing-to-the-event-bus) 中描述的发件箱模式 ## Getting Started