From 99823bdfd0850fee1c687065f9a088fff0518ed1 Mon Sep 17 00:00:00 2001 From: Meysam Hadeli <35596795+meysamhadeli@users.noreply.github.com> Date: Thu, 17 Nov 2022 02:17:22 +0330 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a026317..2cde259 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,8 @@ - :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 guaranty message Idempotency for receiver microservice and `Exactly-once Delivery` rule. -- :sparkle: Using `Outbox Pattern` for ensuring about any message `lost and At-Least one Delivery` rule. +- :sparkle: Using `Inbox Pattern` for ensuring message idempotency for receiver microservices and "Exactly once Delivery" principle. +- :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`. - :sparkle: Using `Minimal API` for all endpoints.