Use cases

Following are a few use cases where this pattern will be a right fit:

  • Service orchestration: An ideal use case for this pattern would be to act like an orchestration layer to abstract out the complexity around integration of Microservices such as communication, transaction, deployment details, and so on
  • Security: Service Façade can act like another layer of security as it prevents the client from directly interacting with Microservices
  • Fault tolerance: Service Façade can be enriched by implementing a circuit breaker pattern within it to better tolerate transient faults
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.144.1.156