89799969 opened a new pull request, #4371: URL: https://github.com/apache/rocketmq-dashboard/pull/4371
## Summary Fixes #4293 When any queue reports `ConsumerLagResolver.UNKNOWN`, `getTopicConsumersPage` published `diffTotal=-1` while leaving `metricsAvailable=true`. The topic page then rendered ??? as `-1` instead of ???. Set `metricsAvailable(false)` when the sentinel is used, consistent with the exception path in the same method. ## Testing - Extended `RocketMQMetadataProviderTest#getTopicConsumersKeepsUnknownWhenAnyQueueLagIsUnknown` - `RocketMQMetadataProviderTest` + related alert/util tests: 55 passed locally ## AI disclosure Implemented with the assistance of an AI coding agent. -- 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]
