Design: API Gateway System for Microservices
Design the API gateway layer that manages traffic between clients and microservices. Exclude internal microservice design and database details.
Functional Requirements
Non-Functional Requirements
Jump into concepts and practice - no test required
/api/users?
location /api/ {
proxy_pass http://backend-service/;
}/items and a GET method, but requests to /items return 403 Forbidden. What is the most likely cause?serviceA at /serviceA and serviceB at /serviceB. Which configuration approach ensures correct routing and avoids path conflicts?