You have two microservices that need to communicate with each other without holding up a thread on either end. One service will receive an ID and return a message once the job is complete. Which communication framework should be used

Respuesta :

Answer:

E.) Use a RESTful architecture for both, send the ID through a POST, and ping the service with a GET until a response is available

Explanation:

In case when there is two microservices that required fro communicating with one another without considering the holding function via thread on each of the end

So here the RESTful architecture is used for the both also the ID is send via post and then the service could be ping with a GET till the response is available

hence, the correct option is e.

Ver imagen andromache

The communication framework that should be used is E. Use a RESTful architecture for both, send the ID through a POST, and ping the service with a GET until a response is available.

A communication strategy framework simply means a tool that's used for planning communication with one's suppliers, contractors, employees, etc.

The communication framework that should be used is to use a RESTful architecture for both, send the ID through a POST, and ping the service with a GET until a response is available. This is vital for the two microservices that need to communicate with each other without holding up a thread on either end.

Read related link on:

https://brainly.com/question/17262565