Aias00 opened a new issue, #1227: URL: https://github.com/apache/rocketmq-dashboard/issues/1227
## Problem A DLQ group may have no `lastEnqueueTime` when Topic statistics have no update timestamp or are unavailable. The DLQ table sorter calls `localeCompare` directly on that nullable value, which can throw when users sort the column. ## Scope - Treat missing enqueue timestamps as an empty sortable value. - Render the existing empty-time fallback without throwing. - Add a page regression test that sorts rows containing a missing timestamp. ## Track Track 1 - Control Plane DLQ 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]
