iSourceyou commented on issue #300: URL: https://github.com/apache/rocketmq-dashboard/issues/300#issuecomment-3126561709
> 哥们,解决了吗?我这里也是 加载项目内容到本地IDE,打开分析,并加入一些内容输出做判断 <img width="1422" height="775" alt="Image" src="https://github.com/user-attachments/assets/b25e020f-d06e-4c87-890f-ce7c39b5a87b" /> 重新编译后跑起来,从json报文输出路劲打开查看,发现用网上的一些在线格式化工具格式也没有问题 <img width="390" height="174" alt="Image" src="https://github.com/user-attachments/assets/5ea30798-4d7c-4081-aa37-dfe7d6c91e1f" /> <img width="1817" height="106" alt="Image" src="https://github.com/user-attachments/assets/2c69a119-ec6c-45a9-959c-905d7f6cffb3" /> 最终还是采取去除掉格式的问题 <img width="961" height="351" alt="Image" src="https://github.com/user-attachments/assets/78a2a74f-92b6-44bb-a28a-5704d159fc91" /> 修正后整体代码: [DashboardCollectServiceImpl.java(6 KB)](https://www.yuque.com/raw?filekey=yuque%2F0%2F2025%2Fjava%2F329045%2F1747051521836-f69080e8-61f0-49ec-b557-5ba13634ab52.java&from=https%3A%2F%2Fwww.yuque.com%2Fzongshixuebuhui%2Fglqn2b%2Frfpsfua8x9sx69e0%236c69db8c) 重新编译重新后,就不会报错了 -- 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]
