gosonzhang opened a new issue, #4486: URL: https://github.com/apache/incubator-inlong/issues/4486
### What happened In WebAdminGroupCtrlHandler class, the parameter groupName is optional for admin_delete_black_consumergroup_info and admin_delete_allowed_consumer_group_info APIs, but the implementation adopts the mandatory requirements: like this:   or:   which do not meet the requirements and need to be modified ### What you expected to happen the parameter groupName is optional, and the parameter topicName is mandatory ### How to reproduce review codes ### Environment _No response_ ### InLong version master ### InLong Component InLong TubeMQ ### Are you willing to submit PR? - [X] Yes, I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
