QuestionQ365
Software Development and DesignWhich measure reduces latency in a microservices application?
- A Run microservices at the edge, on the periphery of the network.
- B Merge microservices that communicate frequently with each other into a single microservice.
- C Build the microservices to use a stateful design.
- D Minimize HTTP header metadata on the request.
Community Discussion