juzhiyuan commented on code in PR #8196: URL: https://github.com/apache/apisix/pull/8196#discussion_r1008978051
########## docs/en/latest/plugins/limit-count.md: ########## @@ -181,7 +181,13 @@ curl -i http://127.0.0.1:9180/apisix/admin/services/1 \ }' ``` -Now every request will share the same count limitation regardless of their remote address. +The above configuration means that when the `group` attribute of the `limit-count` plugin is configured to `services_1#1640140620` for multiple routes, requests to those routes will share the same counter, even if the requests come from different IP addresses. Review Comment: What's `services_1#1640140620`? -- 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]
