wklken commented on issue #10255:
URL: https://github.com/apache/apisix/issues/10255#issuecomment-1734776643

   According to the doc, if you use `limit-req`, total request limit is 2500; 
(should use RR between the instances).
   
   If you want to share between the apisix instances, use 
[limit-count](https://apisix.apache.org/docs/apisix/plugins/limit-count/) with 
redis/redis-cluster.
   
   And the `limit-req` using the [leaky 
bucket](https://en.wikipedia.org/wiki/Leaky_bucket) algorithm, while the 
`limit-count` using the Fixed Window algorithm.


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

Reply via email to