qiyu-lu opened a new issue, #4181:
URL: https://github.com/apache/rocketmq-dashboard/issues/4181

   在 `rocketmq-studio@0a596661`、RocketMQ Broker 5.5.1、Java 21 的本地真实环境复现。
   
   1. Broker 使用可解析主机名注册到 NameServer,例如 `repro-hostname-broker:10911`。
   2. 正常发送消息,按 Topic 查询可以找到该消息。
   3. 使用发送结果中的物理消息 ID(`offsetMsgId`),在消息查询页选择“按 Message ID”查询,结果为 0 条;同一 ID 
使用官方 SDK 可以读取。
   
   预期应返回该消息。当前 `BrokerTopologyGuards` 直接比较登记的主机名与物理 ID 内嵌的 IP,误判为集群外地址。普通唯一 
`msgId` 查询正常。
   


-- 
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]

Reply via email to