Skip to content
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

Closed
1 of 2 tasks
bluewang opened this issue Mar 30, 2022 · 5 comments · Fixed by #4502 or #4507
Closed
1 of 2 tasks

Comments

@bluewang
Copy link
Contributor

Description

No response

InLong Component

InLong TubeMQ

Are you willing to submit PR?

  • Yes, I am willing to submit a PR!

Code of Conduct

@bluewang
Copy link
Contributor Author

@gosonzhang

@gosonzhang
Copy link
Contributor

@bluewang Ok!

@github-actions
Copy link

This issue is stale because it has been open 60 days with no activity.

@github-actions github-actions bot added the stage/stale Issues or PRs that had no activity for a long time label May 31, 2022
@gosonzhang gosonzhang changed the title [Improve] Added batch operations to the consumer group delete interface [TubeMQ] Added batch operations to the consumer group delete interface Jun 1, 2022
@gosonzhang gosonzhang changed the title [TubeMQ] Added batch operations to the consumer group delete interface [TubeMQ] Add an API for batch deletion of authorized consumer group records Jun 1, 2022
@gosonzhang
Copy link
Contributor

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

@gosonzhang
Copy link
Contributor

@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

@healchow healchow added this to the 1.2.0 milestone Jun 3, 2022
@healchow healchow changed the title [TubeMQ] Add an API for batch deletion of authorized consumer group records [Feature][TubeMQ] Add an API for batch deletion of authorized consumer group records Jun 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment