We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I found that we don't support configuring consumer_group_id in consumer-restriction plugins.
consumer_group_id
I think we can support configuring consumer_group_id in this plugin so that we can limit consumers by group id; it will be easier for users.
refer: https://apisix.apache.org/docs/apisix/plugins/consumer-restriction/ https://apisix.apache.org/docs/apisix/admin-api/#consumer-group
The text was updated successfully, but these errors were encountered:
@starsz Hi, i will try this, please assign to me.
Sorry, something went wrong.
Nice. Look forward to this feature.
feat: consumer-restriction plugin support consumer_group_id type (#8567)
053c53a
Fixes #8563
ronething
Successfully merging a pull request may close this issue.
Description
Hello, I found that we don't support configuring
consumer_group_id
in consumer-restriction plugins.I think we can support configuring
consumer_group_id
in this plugin so that we can limit consumers by group id; it will be easier for users.refer:
https://apisix.apache.org/docs/apisix/plugins/consumer-restriction/
https://apisix.apache.org/docs/apisix/admin-api/#consumer-group
The text was updated successfully, but these errors were encountered: