btlqql opened a new issue, #2624:
URL: https://github.com/apache/rocketmq-dashboard/issues/2624

   ### Problem
   
   `RocketMQAdminClientImpl#getTopic` only checks whether the route queue list 
is absent or empty before dereferencing its first element. A malformed or 
partially populated route response whose first queue entry is `null` therefore 
becomes a generic 500 response, even when a later entry contains usable topic 
metadata.
   
   ### Proposed change
   
   Select the first usable queue entry, return the existing not-found response 
when no usable entry exists, and add regression tests for both partial and 
fully unusable route responses.


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