-
Notifications
You must be signed in to change notification settings - Fork 530
New issue
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
[Feature][TubeMQ] Add an API for batch deletion of authorized consumer group records #3475
Comments
@bluewang Ok! |
This issue is stale because it has been open 60 days with no activity. |
In the old version API, there is no batch interface for the delete operation of authorized consumer group records. Therefore, when there are many records, the external use requires frequent calls to complete the delete operation, so this requirement arises. Since in the new version, whether the consumer group has permission to consume, the conditions for filtering consumption, and whether the blacklist is all summarized into one record, this interface also adds the same semantics to the batch blacklist. I'll do it |
@bluewang, I added 2 APIs for batch operations: admin_batch_delete_black_consumergroup_info, admin_batch_del_authorized_consumergroup_info, please let me know if there are any problems |
Description
No response
InLong Component
InLong TubeMQ
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: