yyqdbngt opened a new pull request, #2354: URL: https://github.com/apache/rocketmq-dashboard/pull/2354
## Summary - prefer explicitly supplied positive read/write queue counts when updating an Apache topic - preserve persisted queue counts when a partial update omits them - keep the existing fallback of 8 only when neither source provides a usable value - add a regression test covering broker configuration, metadata persistence, and the returned topic ## Root cause The update path checked persisted queue counts before request values. Once a topic had positive counts in metadata, every later resize request was silently replaced with those old values before the broker update. Closes #2345 ## Validation - `mvn -B -ntp -Dtest=RocketMQAdminClientImplTest test` (29 tests passed) - `mvn -B -ntp checkstyle:check` (0 violations) - `git diff --check` -- 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]
