Crazylychee commented on issue #305: URL: https://github.com/apache/rocketmq-dashboard/issues/305#issuecomment-2943454626
> hi: java.lang.RuntimeException: org.apache.rocketmq.client.exception.MQBrokerException: CODE: 3 DESC: request type 54 not supported BROKER > > brocker和dashboard中都加入了acl相关配置 aclEnable=true aclFile=/app/rocketmq/conf/plain_acl.ymlaclFile=/app/rocketmq/conf/plain_acl.yml > > dashboard版本2.0.x mq:5.3.2 > > 请问这个是什么问题,是匹配不好还是什么? 谢谢! @liwuliao Currently, the dashboard's acl function is not available after rocketmq 4.9.7 (that is, the dashboard's acl part does not support broker versions higher than 4.9.7), because the method getBrokerClusterAclConfig has been removed in Pr #7486 for security reasons. However, I am currently refactoring the dashboard, and it is expected to adapt to acl2.0. Feel free to give some advise to my work. -- 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]
