Browse Source

Update README.zh-cn.md

master
Savorboard 5 years ago
committed by GitHub
parent
commit
636ea8d3bd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README.zh-cn.md

+ 2
- 2
README.zh-cn.md View File

@@ -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) 中描述的发件箱模式



Loading…
Cancel
Save