Microservices communicate with each other using lightweight protocols, often relying on ________ for data interchange.

  • HTTP
  • JSON
  • REST
  • SOAP
Microservices often rely on JSON (JavaScript Object Notation) for data interchange due to its lightweight and easy-to-parse structure. JSON is commonly used in RESTful API communication between microservices.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *