Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
CAP
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tsai
CAP
Commits
a7442e16
Unverified
Commit
a7442e16
authored
Jul 10, 2019
by
Savorboard
Committed by
GitHub
Jul 10, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.zh-cn.md
parent
15c04e87
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
README.zh-cn.md
README.zh-cn.md
+7
-3
No files found.
README.zh-cn.md
View file @
a7442e16
<p
align=
"center"
>
<img
height=
"140"
src=
"https://raw.githubusercontent.com/dotnetcore/CAP/master/docs/content/img/logo.svg?sanitize=true"
>
</p>
# CAP [English](https://github.com/dotnetcore/CAP/blob/master/README.md)
# CAP [English](https://github.com/dotnetcore/CAP/blob/master/README.md)
[

](https://travis-ci.org/dotnetcore/CAP)
[

](https://travis-ci.org/dotnetcore/CAP)
[

](https://ci.appveyor.com/project/yuleyule66/cap)
[

](https://ci.appveyor.com/project/yuleyule66/cap)
...
@@ -12,8 +16,6 @@ CAP 是一个基于 .NET Standard 的 C# 库,它是一种处理分布式事务
...
@@ -12,8 +16,6 @@ CAP 是一个基于 .NET Standard 的 C# 库,它是一种处理分布式事务
你可以在这里看到
[
CAP 视频教程
](
https://www.cnblogs.com/savorboard/p/cap-video-1.html
)
,学习如何在项目中集成CAP。
你可以在这里看到
[
CAP 视频教程
](
https://www.cnblogs.com/savorboard/p/cap-video-1.html
)
,学习如何在项目中集成CAP。
## 预览(OverView)
在我们构建 SOA 或者 微服务系统的过程中,我们通常需要使用事件来对各个服务进行集成,在这过程中简单的使用消息队列并不能保证数据的最终一致性,
在我们构建 SOA 或者 微服务系统的过程中,我们通常需要使用事件来对各个服务进行集成,在这过程中简单的使用消息队列并不能保证数据的最终一致性,
CAP 采用的是和当前数据库集成的本地消息表的方案来解决在分布式系统互相调用的各个环节可能出现的异常,它能够保证任何情况下事件消息都是不会丢失的。
CAP 采用的是和当前数据库集成的本地消息表的方案来解决在分布式系统互相调用的各个环节可能出现的异常,它能够保证任何情况下事件消息都是不会丢失的。
...
@@ -21,7 +23,9 @@ CAP 采用的是和当前数据库集成的本地消息表的方案来解决在
...
@@ -21,7 +23,9 @@ CAP 采用的是和当前数据库集成的本地消息表的方案来解决在
这是CAP集在ASP.NET Core 微服务架构中的一个示意图:
这是CAP集在ASP.NET Core 微服务架构中的一个示意图:

## 架构预览

> 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) 中描述的发件箱模式
> 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) 中描述的发件箱模式
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment