RockteMQ-AI commented on issue #10498: URL: https://github.com/apache/rocketmq/issues/10498#issuecomment-4704447393
**Issue Evaluation** Category: `type/documentation` | Status: **Evaluated** Accurate and well-researched. The ACL documentation does not mention the required 5.x properties (`adminUser`, `adminPassword`, `serverIP`). The source code confirms these are mandatory: - `AclConfigInitializer.init()` requires `adminUser` and `adminPassword` - `PlainAccessValidator` constructor requires `serverIP` for multi-node deployments The documentation gap would cause `AclException` for users following the current docs on 5.x deployments. A PR adding these configuration requirements would be valuable. --- *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]
