yyqdbngt opened a new pull request, #1916: URL: https://github.com/apache/rocketmq-dashboard/pull/1916
## What is the purpose of the change Topic creation currently accepts zero read/write queues (`@PositiveOrZero`), which produces a broker topic with no usable queues. Queues must be positive for a newly created topic. ## Brief changelog - Change `writeQueues` and `readQueues` validation on `CreateTopicDTO` from `@PositiveOrZero` to `@Positive`. - Align the controller test expectation with the new message. ## Verifying this change - `mvn -q -Dtest=TopicControllerTest test` - `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]
