gy09535 opened a new issue #2096: URL: https://github.com/apache/apisix/issues/2096
### Issue description When we use the limit plug for limit req , currently only based on key, which can only be selected: remote_addr, server_addr, X-Forwarded-For, X-Real-IP, but we need to limit the flow based on more flexible parameters such as client authentication key, or different request parameters. Therefore, we put forward RR, users can use flexibly according to their own circumstances, in order to be compatible with the previous limit logic, we retain the previous restriction strategy, the preferred choice of key to limit the flow, and then consider the combination of parameters of the current limit. If the consumer does not set key or use parameters, the default key is used to limit the flow. ---------------------------------------------------------------- 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]
