chilcano commented on issue #10796: URL: https://github.com/apache/apisix/issues/10796#issuecomment-1886587414
Thanks @smileby for your suggestion. I've reviewed the [traffic-split](https://docs.api7.ai/hub/traffic-split) plugin, it is suitable for splitting the traffic based on conditional operations such as headers, args comparatives, etc. however, it doesn't cover my scenario above explained above about having one single upstream with multiple nodes. The problem is when routing the traffic to upstream, the desired node is not chosen in the upstream. Seems the regular header (`"key": "host"`) or custom header (`"key": "X_MY_HOST"`) are not enough to pickup the corresponding node in the upstream. Appreciate your support. Regards. -- 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]
