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

   ## Problem
   
   Broker runtime statistics may be unavailable, leaving `BrokerVO.version` 
unset. The web API type declares Broker version as required and the cluster 
broker table calls `localeCompare` directly when sorting, so a 
runtime-unavailable Broker can cause a client-side error.
   
   ## Scope
   
   - Model Broker version as optional API data.
   - Render an explicit unavailable fallback.
   - Keep version sorting safe for missing values.
   - Add a regression test.
   
   ## Track
   
   Track 1 - Control Plane runtime diagnostics.


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