RockteMQ-AI commented on issue #10502: URL: https://github.com/apache/rocketmq/issues/10502#issuecomment-4704445939
**Issue Evaluation** Category: `type/documentation` | Status: **Evaluated** Accurate observation. The Chinese ACL documentation (`docs/cn/acl/operation.md`) Section 7 references `mqadmin updateAclConfig` and `mqadmin deleteAclConfig` commands that do not exist in the codebase. The actual CLI commands for ACL management are `mqadmin updateAclConfig` (which exists as `UpdateAclConfigSubCommand`) but the documented syntax and parameters may not match the implementation. A PR to correct the documentation would be welcome. Please verify the actual command signatures against `tools/src/main/java/org/apache/rocketmq/tools/command/acl/` before submitting. --- *Automated evaluation by github-manager-bot* -- 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]
