Grokking Microservices Design Patterns
Ask Author
Back to course home

0% completed

Vote For New Content
API Gateway data translation

Abdul Ahad

Mar 15, 2025

  • A client sending an HTTP request with JSON data can have it translated by the API gateway to a gRPC request understood by the backend service. 
  • A backend service returning data in XML format can have it translated by the API gateway to JSON before sending it back to the client. 

0

0

Comments
Comments

On this page