Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 1
    From a higher-level point of view, the clients care more about it being a facade; the fact that it orchestrates something is kind of an internal detail from the perspective of the client (unless the orchestration itself is the primary service clients want). So I'd call it a facade (internally, it could have an orchestrator component, though). Commented May 1, 2021 at 11:30
  • You also have the API Gateway-pattern if all communication go thru a single service. Commented Nov 18, 2025 at 11:00