I want to design a microservice system. I see it this way. I send all requests to the spring-gateway-api.
Then he sends it to the service (let's call it order) But how can I dynamically increase/decrease the number of instances of the order service. What should I do if the sping-gateway-api service starts dying from the number of requests?
How are such issues resolved?