Commit a7175d93 authored by Savorboard's avatar Savorboard

Deployed c3a47bca with MkDocs version: 1.0.4

parent 2c454fb0
...@@ -1299,12 +1299,12 @@ ...@@ -1299,12 +1299,12 @@
<p>You can also use the CAP as an EventBus. The CAP provides a simpler way to implement event publishing and subscriptions. You do not need to inherit or implement any interface during the process of subscription and sending.</p> <p>You can also use the CAP as an EventBus. The CAP provides a simpler way to implement event publishing and subscriptions. You do not need to inherit or implement any interface during the process of subscription and sending.</p>
<div class="admonition tip"> <div class="admonition tip">
<p class="admonition-title">CAP implements the Outbox Pattern described in the <a href="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">eShop ebook</a></p> <p class="admonition-title">CAP implements the Outbox Pattern described in the <a href="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">eShop ebook</a></p>
<p><img src="https://docs.microsoft.com/en-us/dotnet/standard/microservices-architecture/multi-container-microservice-net-applications/media/image24.png"></p> <p><img src="img/architecture-eshop.png"></p>
<blockquote> <blockquote>
<p>Atomicity when publishing events to the event bus with a worker microservice</p> <p>Atomicity when publishing events to the event bus with a worker microservice</p>
</blockquote> </blockquote>
</div> </div>
<p>For detailed instructions see the <a href="user-guide/getting-started.md">getting started guide</a>.</p> <p>For detailed instructions see the <a href="user-guide/en/getting-started.md">Getting Started Guide</a>.</p>
<h2 id="contributing">Contributing<a class="headerlink" href="#contributing" title="Permanent link">&para;</a></h2> <h2 id="contributing">Contributing<a class="headerlink" href="#contributing" title="Permanent link">&para;</a></h2>
<p>One of the easiest ways to contribute is to participate in discussions and discuss issues. You can also contribute by submitting pull requests with code changes.</p> <p>One of the easiest ways to contribute is to participate in discussions and discuss issues. You can also contribute by submitting pull requests with code changes.</p>
<p>If you have any question or problems, please report them on the CAP repository:</p> <p>If you have any question or problems, please report them on the CAP repository:</p>
......
This diff is collapsed.
No preview for this file type
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