Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 721 Bytes

File metadata and controls

8 lines (7 loc) · 721 Bytes

Questions about Service Oriented Architecture and Microservices

  • Why, in a SOA, long-lived transactions are discouraged and Sagas are suggested instead?
  • What are the differences between SOA and Microservices? [A]
  • Let's talk about web services versioning, version compatibility and breaking changes.
  • What's the difference between a transaction and a compensation operation in a saga, in SOA?
  • When is a Microservice too micro? [A]
  • What are the pros and cons of MicroService architecture? [A]