unbridled-41 commented on PR #4271: URL: https://github.com/apache/rocketmq-dashboard/pull/4271#issuecomment-5652211368
## 证据链审计补充(2026-09-13) 按八要素标准复审本 PR 时,对特性价值语义做了新的源码级核实并相应精化正文(仅改描述,未改代码、未新增 commit): - 新增核实:rocketmq-tools 5.5.0 `DefaultMQAdminExtImpl.viewMessage`(源码 :578-587)是按 msgId 解码的物理定位查找,不搜索重投主题;rocketmq-store 5.5.0 `IndexService.buildIndex`/`buildKey`(源码 :219-260)按消息**存储主题**键控索引,重投副本存储于 `%RETRY%<group>` 主题。 - 结论(已写入正文 Project fit/Risk):按原始 Topic/Key 查询命中的原始主题副本 reconsumeTimes 通常为 0(该 0 值有效:确认此副本从未被重投);真实重投次数的主场景是 DLQ 明细(#4269,死信副本本身即重投产物)。本 PR 的价值定位据此从"重投历史查询"精确为"父项目对齐的消息元数据补齐 + 0 值确认"。 - 父项目依据本身不变:master 经典版同一消息详情弹窗展示同一字段([770822bb #L120](https://github.com/apache/rocketmq-dashboard/blob/770822bb/frontend-new/src/components/MessageDetailViewDialog.jsx#L120))。 - 全部测试结果与此前评论一致,无新增运行(代码零改动)。 -- 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]
