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
  • If the call is synchronous the coupling is 1 or asynchronous the coupling is also 1. If the independent interface fails and it is asynchronous the dependent interface will still have to manage crippled business logic. (but of course, the implementations all retry across clusters unless we are trying to implement this in the 70's) Commented Aug 9, 2021 at 20:36
  • Wouldn't it be necessary for microservices to communicate for authentication though? Or is there a way around this? Commented Jun 30, 2022 at 19:00