Replies: 2 comments 5 replies
-
Configure the rate-limiting key to the consumer name, see https://apisix.apache.org/docs/apisix/plugins/limit-req/#how-to-enable-on-the-consumer for details. |
Beta Was this translation helpful? Give feedback.
3 replies
-
I also encounter this problem, have you solved it now? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
According to the docs, plugin will be invoked only once during a request lifetime. But there's a problem. As an apigw, it needs to protect the upstream, so I should add a rate-limit plugin for each route. But when I want to limit some consumer to access this route, I need to add ratelimit plugin for that consumer. as well. So how to achieve that goal?
Beta Was this translation helpful? Give feedback.
All reactions