You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/06/01 06:44:37 UTC

[GitHub] [incubator-inlong] gosonzhang commented on issue #3475: [TubeMQ] Add an API for batch deletion of authorized consumer group records

gosonzhang commented on issue #3475:
URL: https://github.com/apache/incubator-inlong/issues/3475#issuecomment-1143180033

   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
   


-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org