External clients communicate with Microservices using
Answers
Answered by
0
external clients communicate with micro services through video conferencing
Answered by
0
External clients communicate with Microservices using Protocals such as HTTP or gRPC.
- Communications between microservices are more efficient and robust.
- There are two messaging patterns that are used to communicate microservices with other.
- In synchronous communication, caller waits for the response from the receiver using protocols such as HTTP or gRPC.
- In asynchronous communication, there is no waiting for a response from the receiver.
- Asynchronous has some advantages such as reduced coupling, multiple subscribers, failure isolation and responsiveness, work flows.
Similar questions
India Languages,
6 months ago
Math,
6 months ago
Chemistry,
6 months ago
Math,
11 months ago
Chemistry,
11 months ago