Migration from a Monolith to a Microservice architecture. I'm having a hard time understanding the architeture so I'd need your feedbacks on the questions asked below.
QUESTIONS:
- Will a dependent API
API-twowait for the response from the callerAPI-Onein Synchronous Microservice Architecture. - Or if we pass client's details over to
API-TwoviaApi-One, canAPI-Twodirectly connect to the client with a response.
Thank you.