You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Even though the main purpose is to provide such abstractions in a mostly generic way such abstractions would be of little use without a concrete implementation so we provide some implementations in a best effors maner that aim to be easy to change, personalize and extend.</p>
108
108
</div>
109
109
<divclass="paragraph">
110
-
<p>The first approach to this work was to release a very simple abstractions and a corresponding implementation over asyncronous message driven communication between microservices build on top of project-reactor and spring boot.</p>
110
+
<p>The first approach to this work was to release a very simple abstractions and a corresponding implementation over asynchronous message driven communication between microservices build on top of project-reactor and spring boot.</p>
<h3id="_reactive_api_for_event_mechanism">1.3. Reactive API for Event Mechanism</h3>
135
135
<divclass="paragraph">
136
-
<p>Reactive Commons is a reactive API for asyncronous message driven communication based on Reactor.
136
+
<p>Reactive Commons is a reactive API for asynchronous message driven communication based on Reactor.
137
137
Reactive Commons API enables messages to be published over a event bus like RabbitMQ or SNS/SQS and consumed using functional APIs with non-blocking back-pressure and low overheads.
138
138
It enables applications using Reactor to use RabbitMQ or SNS/SQS as a message bus, integrating it with other systems to provide an end-to-end reactive system.</p>
139
139
</div>
140
140
<divclass="paragraph">
141
-
<p>When we talk about asyncronous message driven communication, we can use several sematic ways to use the term "message". So, we can talk about Events, Commands and Queries.</p>
141
+
<p>When we talk about asynchronous message driven communication, we can use several sematic ways to use the term "message". So, we can talk about Events, Commands and Queries.</p>
<h4id="_sample_spring_boot_application">2.1.2. Sample Spring Boot Application</h4>
190
190
<divclass="paragraph">
191
-
<p>The Spring Boot sample publishes and cosumes messages with the <code>DomainEventBus</code>. This application illustrates how to configure Reactive Commons using RabbitMQ in a Spring Boot environment.</p>
191
+
<p>The Spring Boot sample publishes and consumes messages with the <code>DomainEventBus</code>. This application illustrates how to configure Reactive Commons using RabbitMQ in a Spring Boot environment.</p>
192
192
</div>
193
193
<divclass="paragraph">
194
194
<p>To build your own application using the Reactive Commons API,
0 commit comments