In Microservices Architecture, what pattern is used to maintain data consistency across services?

  • Factory Pattern
  • Observer Pattern
  • Saga Pattern
  • Singleton Pattern
The Saga Pattern is commonly used in Microservices Architecture to manage distributed transactions and maintain data consistency across services.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *