btlqql opened a new pull request, #2198: URL: https://github.com/apache/rocketmq-dashboard/pull/2198
## Summary - calculate cloud topic-consumer offsets with long arithmetic - return an empty page for page numbers beyond the available list - add regression coverage for an offset beyond the int range ## Root cause The default provider pagination multiplied `(page - 1) * pageSize` as an `int`. Individually valid request values could wrap the offset negative before `subList`. Closes #2187 ## Validation - `mvn -Dtest=InstanceProviderTest test` (from `server`) - `mvn checkstyle:check` (from `server`) - `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]
