Unverified Commit 4a5695c2 authored by Savorboard's avatar Savorboard Committed by GitHub

Update README.md

parent e993f4be
......@@ -8,7 +8,7 @@
CAP is a library based on .Net standard, which is a solution to deal with distributed transactions, also has the function of EventBus, it is lightweight, easy to use, and efficiently.
## OverView
## Overview
In the process of building an SOA or MicroService system, we usually need to use the event to integrate each services. In the process, the simple use of message queue does not guarantee the reliability. CAP is adopted the local message table program integrated with the current database to solve the exception may occur in the process of the distributed system calling each other. It can ensure that the event messages are not lost in any case.
......@@ -18,6 +18,8 @@ This is a diagram of the CAP working in the ASP.NET Core MicroService architectu
![cap.png](http://oowr92l0m.bkt.clouddn.com/cap.png)
> CAP implements the Outbox Pttern described in the [eShop ebook](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
### NuGet
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment