Spring Cloud Gateway Discovered Routes based on actual URL Path rather than service id
I want to use service discovery to route based on url ignoring the service id.
Spring Cloud Gateway Discovered Routes with path matching without taking service id into consideration
I have discover routes and route based on url ignoring the service id. I have tried following
Spring Cloud Gateway Discovered Routes with path matching without taking instanceId into consideration
I have discover routes and route based on url path rather than instanceId. I have tried url rewrite but not working. not sure if discovery mechanism works with full or partial url matching.