|
|
@@ -1,4 +1,4 @@ |
|
|
|
# CAP [English](https://github.com/dotnetcore/CAP/blob/master/README.md) |
|
|
|
# CAP [English](https://github.com/dotnetcore/CAP/blob/master/README.md) |
|
|
|
[![Travis branch](https://img.shields.io/travis/dotnetcore/CAP/develop.svg?label=travis-ci)](https://travis-ci.org/dotnetcore/CAP) |
|
|
|
[![AppVeyor](https://ci.appveyor.com/api/projects/status/v8gfh6pe2u2laqoa?svg=true)](https://ci.appveyor.com/project/yuleyule66/cap) |
|
|
|
[![NuGet](https://img.shields.io/nuget/v/DotNetCore.CAP.svg)](https://www.nuget.org/packages/DotNetCore.CAP/) |
|
|
@@ -21,7 +21,7 @@ CAP 采用的是和当前数据库集成的本地消息表的方案来解决在 |
|
|
|
|
|
|
|
这是CAP集在ASP.NET Core 微服务架构中的一个示意图: |
|
|
|
|
|
|
|
![cap.png](http://oowr92l0m.bkt.clouddn.com/cap.png) |
|
|
|
![cap.png](http://docs.dotnet-china.org/CAP/img/architecture.png) |
|
|
|
|
|
|
|
> 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) 中描述的发件箱模式 |
|
|
|
|
|
|
|