You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, I am investigating the feasibility of using this project to help one of my clients. The project uses a monolith and a series of microservices that currently all have routes based on something like /api/service-a and /api/service-b. While things are being peeled out of the monolith and into microservices, there is also a route for anything under /api that doesn't have a specific routing rule. So while requests to /api/service-a will go to ServiceA and requests to /api/service-b will go to ServiceB, requests to /api/service-c and /api/service-d will go to the monolith.
Right now it appears that there is no option to handle path prefix priority or anything quite like that. Is that correct? If so, is there already some other option for handling this sort of scenario?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi there, I am investigating the feasibility of using this project to help one of my clients. The project uses a monolith and a series of microservices that currently all have routes based on something like
/api/service-a
and/api/service-b
. While things are being peeled out of the monolith and into microservices, there is also a route for anything under/api
that doesn't have a specific routing rule. So while requests to/api/service-a
will go to ServiceA and requests to/api/service-b
will go to ServiceB, requests to/api/service-c
and/api/service-d
will go to the monolith.Right now it appears that there is no option to handle path prefix priority or anything quite like that. Is that correct? If so, is there already some other option for handling this sort of scenario?
Beta Was this translation helpful? Give feedback.
All reactions