From a215a95fd8282feca4a8054997ee0f33011dd21a Mon Sep 17 00:00:00 2001 From: Meysam Hadeli <35596795+meysamhadeli@users.noreply.github.com> Date: Tue, 20 Dec 2022 00:18:28 +0330 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efdffdb..b48eeb8 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ - :sparkle: Using `gRPC` for internal communication between our microservices. - :sparkle: Using `CQRS` implementation with `MediatR` library. - :sparkle: Using `SqlServer` for `write side` of some microservices. -- :sparkle: Using `MongoDB` for `read side` of all microservices. +- :sparkle: Using `MongoDB` for `read side` of some 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 and `Exactly once Delivery`. - :sparkle: Using `Outbox Pattern` for ensuring no message is lost and there is at `Least One Delivery`.