shreemaan-abhishek commented on issue #10796: URL: https://github.com/apache/apisix/issues/10796#issuecomment-1905267996
> The routing is based on in a word in the uri. Please give an example. 🙂 While seeking help, please don't be so obscure. > it doesn't cover my scenario above explained about having one single upstream with multiple nodes. if you want your request to be routed to single upstream. Then just configure an upstream with single node. If this really doesn't solve your problem completely then. Use the serverless plugin to extract the `word` from your URI and then assign it to a header. Finally do the header check in traffic split plugin similar to this: https://docs.api7.ai/hub/traffic-split#implement-blue-green-deployment -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
