Source: dzone.com

Game of Microservices

Category: Business, Database, Data, automation

This article covers some variants of Microservices design patterns and some special considerations.

Microservices a paradigm that is one of the most discussed and debated topic in many phases of application development and delivery.

In SAGA, a set of services work in tandem to execute a piece of functionality and each local transaction updates the data in one service and sends an event or a message that triggers the next transaction in other services.

This control is achieved by sending commands to various services to which the services respond with an acknowledgement back.

Advantages of CQRS and Event Sourcing: Disadvantages of CQRS and Event Sourcing: This article covers some fundamental aspects of microservices and some of their patterns.

Related Articles