123123213weqw opened a new issue, #2496:
URL: https://github.com/apache/rocketmq-dashboard/issues/2496

   ## Problem
   
   The service and the frontend force a Topic selection for Message ID queries, 
but the provider can already decode the broker address and physical offset from 
an offset message ID - no Topic needed.
   
   Locations: 
`server/src/main/java/org/apache/rocketmq/studio/instance/message/MessageService.java`,
 
`server/src/main/java/org/apache/rocketmq/studio/provider/apache/RocketMQMessageProvider.java`.
   
   ## Expected behavior
   
   Allow msgId-only queries on the backend; in the frontend Message ID mode 
make Topic optional and still allow submission when the topic list fails to 
load.
   
   ## Verification
   
   Offset ID succeeds without a topic; plain uniq-key without a topic keeps the 
explicit error or empty result.
   


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