github meysamhadeli/booking-microservices v1.0.2

latest releases: v2.2.0, v2.1.0, v2.0.0...
3 years ago
  • Using Outbox Pattern for ensuring that a message was sent (e.g. to a queue) successfully at least once. With this pattern, instead of directly publishing a message to the queue, We put it in the temporary storage (e.g. database table) for preventing missing any message and some retry mechanism in any failure (At-least-once Delivery).
  • Using Internal Command Processor For syncing Read Side and Write Side without event sourcing in MongoDB or other read database.

More details in this PR #16

Don't miss a new booking-microservices release

NewReleases is sending notifications on new releases.