Firstsawyou commented on issue #4002: URL: https://github.com/apache/apisix/issues/4002#issuecomment-815510007
> #### Still return 200 The key-auth plugin is enabled in your current routing, you need to set the `burst` field of the limit-req plugin enabled in `consumer` to `0`. Because burst is not `0`, requests per second with a request rate greater than `rate` and less than `rate + burst` will be delayed. In this way, according to your loop request command, the limit-req plugin threshold is not actually reached. -- 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]
