1234zhang opened a new issue, #11471:
URL: https://github.com/apache/apisix/issues/11471
### Description
项目中配置了类似的配置
- upstream:
type: chash
hash_on: vars
key: arg_routeKey
scheme: http
按照预期应该是 通过 routeKey hash 路由到下游固定 IP。 但是现在出现了,相同的 routeKey ,hash 路由到了下游不同的 IP
。
这个是什么原因呢
### Environment
- APISIX version (run `apisix version`):
- Operating system (run `uname -a`):
- OpenResty / Nginx version (run `openresty -V` or `nginx -V`):
- etcd version, if relevant (run `curl
http://127.0.0.1:9090/v1/server_info`):
- APISIX Dashboard version, if relevant:
- Plugin runner version, for issues related to plugin runners:
- LuaRocks version, for installation issues (run `luarocks --version`):
--
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]