mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-05-02 19:02:55 +08:00
Update README.md
This commit is contained in:
parent
c1648f0428
commit
a215a95fd8
@ -30,7 +30,7 @@
|
|||||||
- :sparkle: Using `gRPC` for internal communication between our microservices.
|
- :sparkle: Using `gRPC` for internal communication between our microservices.
|
||||||
- :sparkle: Using `CQRS` implementation with `MediatR` library.
|
- :sparkle: Using `CQRS` implementation with `MediatR` library.
|
||||||
- :sparkle: Using `SqlServer` for `write side` of some microservices.
|
- :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 `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 `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 `Outbox Pattern` for ensuring no message is lost and there is at `Least One Delivery`.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user