嗯,因为修复漏洞移除了acl相关接口导致的。此回答整理自钉群“群2-Apache RocketMQ 中国开发者钉钉群”
修改application.yml 切换到源码根目录 编译 mvn cleanpackage-Dmaven.test.skip=true 启动 java-jarrocketmq-console-ng-1.0.1.jar 需要注意jdk版本为1.8 如果有多个版本的jdk可能需要卸载、重启 打包成功后的文件在target目录中 启动 java -jar target/rocketmq-dashboard-1.0.1-SNAPSHOT.jar rocketmq acl配置 ...
java -jar target/rocketmq-dashboard-1.0.1-SNAPSHOT.jar rocketmq acl配置 application.xml 密码登陆 resources/application.yml loginRequired配置为true 配置用户名 配置格式为username=password[,N] 用户名=密码,权限 其中1 为管理员权限 逗号和权限不写 默认普通用户 resources/users.properties...
* Configure the acl interface path in the authInterceptor by @zhangjidi2016 in https://github.com/apache/rocketmq-dashboard/pull/77 * [ISSUE #58]Supports adding namesrvAddr cluster management by @zhangjidi2016 in https://github.com/apache/rocketmq-dashboard/pull/66 * [ISSUE #82]Filter the...
[ISSUE apache#70] The rocketmq-dashboard supports ACL configuration (a… Mar 5, 2022 style Remove the 'ng' suffix of sub projects. Mar 16, 2017 .asf.yaml Enable squash Aug 13, 2021 .gitignore Update .gitignore Aug 19, 2021 .travis.yml Update .travis.yml Feb 16, 2022 LICENSE Update...
面对过去,不要迷离;面对未来,不必彷徨;活在今天,你只要把自己完全展示给别人看。
我的rocketmq-dashboard在不配置acl的时候消费者里的延迟都是正常的0,但是加了acl后消费者里的延迟都是负数 ![image](https://github.com/user-attachments/assets/6eb289d2-6dd7-4424-93fc-6ee3e104b670) -- This is an automated message from the Apache Git Service. To respond to the message, ...
loginRequired: false #连接相关 useTLS: false # set the accessKey and secretKey if you used acl accessKey: # if version > 4.4.0 secretKey: # if version > 4.4.0 项目下载完成导入到自己的idea mvn compile会失败 这里pom文件做下修改,原来的是docker的打包,还有一个yarn的安装啥的注释掉 ...
at org.apache.rocketmq.dashboard.service.client.MQAdminExtImpl.examineBrokerClusterAclConfig(MQAdminExtImpl.java:133) at org.apache.rocketmq.dashboard.service.client.MQAdminExtImpl$$FastClassBySpringCGLIB$$a15c4ca6.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218...
GitHub user chenjunwenhao added a comment to the discussion: 生产者发送正常,MQ服务端消息丢失。RocketMQ-Console的Dashboard中Topic TOP 和 Broker TOP 都是0,但是TOP 5min trend是有数值的 broker 有个主 从同步的 ACL认证失败日志,其他就没有了。 GitHub link: https://github.com/apache/rocketmq/...