Closed ramiz4 closed 4 years ago
I am not so sure I understand your use case here; what are you trying to do? If you put two services under the same path how is Express Gateway supposed to know which service it should use?
With the current configuration, it will go based on the service order.
The express-gateway could differentiate the services by the service name, in which you give the service name to the express-gateway. Like this http://localhost:8080/svc1/health-check http://localhost:8080/svc2/health-check
Then put the entire url in the path
svc1/healt-check
How can I distinguish the services in the express-gateway if the paths are the same?