Update README.md

This commit is contained in:
Meysam Hadeli 2022-11-17 02:18:48 +03:30 committed by GitHub
parent 0e3670b9c2
commit 8b7947d8bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@
- :sparkle: Using `SqlServer` for `write side` of some microservices.
- :sparkle: Using `MongoDB` for `read side` of all microservices.
- :sparkle: Using `Event Store` for `write side` of Booking-Microservice to store all `historical state` of aggregate.
- :sparkle: Using `Inbox Pattern` for ensuring message idempotency for receiver microservices and "Exactly once Delivery" principle.
- :sparkle: Using `Inbox Pattern` for ensuring message idempotency for receiver and "Exactly once Delivery".
- :sparkle: Using `Outbox Pattern` for ensuring no message is lost and there is at `Least One Delivery`.
- :sparkle: Using `Unit Testing`, `Integration Testing` for testing level.
- :sparkle: Using `Fluent Validation` and a `Validation Pipeline Behaviour` on top of `MediatR`.