Skip to content

Commit 4a2d31d

Browse files
author
Nil Portugues Caldero
committed
Added Why? section in README
1 parent 155c75b commit 4a2d31d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ This package will provide you for the classes necessary to build:
2828
- **The Producer**: code that sends the Event to a Queue by serializing the Event. This happens synchronously.
2929
- **The Consumer**: code that reads in the background, therefore asynchronously, reads and unserializes the Event from the Queue and passes it to the EventBus to do the heavy lifting.
3030

31+
32+
## Why?
33+
34+
It's all about deciding which command logic can be delayed, or hidden away in order to make it faster. And this is what we want to do.
35+
36+
**You never remove a bottleneck, you just move it.** The downside is that we might have to assume a possible delay.
37+
3138
## Installation
3239

3340
In order to start using this project you require to install it using [Composer](https://getcomposer.org):

0 commit comments

Comments
 (0)