QuestionQ365

Software Development and Design

Which 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.
Explanation

Deploying latency-sensitive microservices at the network edge places processing closer to end users, reducing network travel time and request latency.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!