yyqdbngt opened a new pull request, #1492: URL: https://github.com/apache/rocketmq-dashboard/pull/1492
### Problem A Lite Topic session may report a total message count before the consumed message count is populated. `getConsumptionProgress` unboxed the missing consumed count and threw `NullPointerException`, which can break session response serialization. ### Fix Return zero progress until the consumed message count is available, matching the existing behavior for an unset or zero total count. ### Verification `mvn -B -ntp -Dmaven.compiler.proc=full -Dtest=LiteTopicSessionTest test` Tests run: 2, 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]
