RockteMQ-AI commented on issue #1273: URL: https://github.com/apache/rocketmq-dashboard/issues/1273#issuecomment-5229294846
**Issue Evaluation** Category: `type/bug` | Status: **Needs Info** Thank you for reporting this issue. However, the file path referenced in the issue does not exist in the current codebase: - **Referenced path:** `server/src/main/java/org/apache/rocketmq/studio/provider/apache/RocketMQAdminClientImpl.java:337` - **Actual package structure:** This repository uses `org.apache.rocketmq.dashboard` (not `org.apache.rocketmq.studio`), and there is no `server/` directory in the current `master` branch. The existing `TopicServiceImpl.sendTopicMessageRequest()` method does return `SendResult` directly from `producer.send(msg)` without explicitly checking `SendStatus`, which may be related to the concern you're raising. However, the specific code path and class you referenced cannot be found. To proceed with verification, please clarify: - [ ] Is this issue for a different repository or branch? - [ ] Is the "Studio" module part of an upcoming refactoring or a separate project? - [ ] Can you provide the correct file path or a link to the relevant code? --- *Automated evaluation by RockteMQ-AI* -- 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]
