gxthrj opened a new issue #4276:
URL: https://github.com/apache/apisix/issues/4276


   ### Issue description
   
   Now when upstream chooses chash load balancing, and specify the key, such as
   
   ```yaml
     loadbalancer:
       type: chash
       hashOn: cookie
       key: "X-Foo"
   ```
   
   If the request does not contain any cookies, all traffic will visit a single 
node and will not be sent to other nodes.
   
   In such a scenario, downgrading the load balancing strategy to polling seems 
to be a more reasonable solution.
   
   What do you think?
   
   


-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to