yyqdbngt opened a new pull request, #1493:
URL: https://github.com/apache/rocketmq-dashboard/pull/1493

   ### Problem
   
   A Lite Topic summary can be returned before its consumer count is populated. 
Both consumer-density calculation and empty-aggregation detection unboxed the 
missing count and threw `NullPointerException`, which can break summary 
response serialization.
   
   ### Fix
   
   Treat an unset consumer count as zero in both aggregation helpers.
   
   ### Verification
   
   `mvn -B -ntp -Dmaven.compiler.proc=full -Dtest=LiteTopicSummaryTest test`
   
   Tests run: 4, failures: 0, errors: 0.


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