Junior — Senior
Organization of request distribution to multiple instances of users-api
livecode
Task condition
The system has several instances of the users-api service deployed, but the web application still directs requests directly to one of them. It is necessary to design a request routing mechanism from webApp to all available instances of users-api to ensure load balancing and improve fault tolerance.