项目中配置了类似的配置
- upstream:
type: chash
hash_on: vars
key: arg_routeKey
scheme: http
按照预期应该是 通过 routeKey hash 路由到下游固定 IP 但是现在出现了,相同的 routeKey ,hash 路由到了下游不同的 IP 。这个是什么原因呢
项目中配置了类似的配置
- upstream:
type: chash
hash_on: vars
key: arg_routeKey
scheme: http
按照预期应该是 通过 routeKey hash 路由到下游固定 IP 但是现在出现了,相同的 routeKey ,hash 路由到了下游不同的 IP 。这个是什么原因呢