The SAGA pattern is a failure management pattern that brings consistency in distributed applications and coordinates transactions between various microservices to maintain consistency.
Command and Query Responsibility Segregation or CQRS is a pattern that separates read and update operations for a data store