[ISSUE #9467]Implement paged retrieval of Topic and SubscriptionGroup information#9468
Merged
RongtongJin merged 3 commits intoapache:developfrom Jul 2, 2025
Merged
[ISSUE #9467]Implement paged retrieval of Topic and SubscriptionGroup information#9468RongtongJin merged 3 commits intoapache:developfrom
RongtongJin merged 3 commits intoapache:developfrom
Conversation
- Implemented pagination logic to support data retrieval by sequence number and maximum count. - Added data version checking to ensure the retrieved data is the latest. - Optimized the result structure to include total count and current page data. - Added unit tests
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #9468 +/- ##
=============================================
- Coverage 48.15% 48.01% -0.15%
+ Complexity 12027 12008 -19
=============================================
Files 1308 1311 +3
Lines 92253 92563 +310
Branches 11808 11838 +30
=============================================
+ Hits 44425 44444 +19
- Misses 42343 42607 +264
- Partials 5485 5512 +27 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
RongtongJin
reviewed
Jun 18, 2025
RongtongJin
previously approved these changes
Jun 18, 2025
RongtongJin
approved these changes
Jun 30, 2025
caigy
approved these changes
Jun 30, 2025
fuyou001
approved these changes
Jul 2, 2025
hechen0
pushed a commit
to hechen0/rocketmq
that referenced
this pull request
Aug 18, 2025
…onGroup information (apache#9468) * Implement paged retrieval of Topic and SubscriptionGroup information - Implemented pagination logic to support data retrieval by sequence number and maximum count. - Added data version checking to ensure the retrieved data is the latest. - Optimized the result structure to include total count and current page data. - Added unit tests * BrokerOuterAPI * add timeout & log --------- Co-authored-by: xiaoming.lt <xiaoming.lt@alibaba-inc.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Which Issue(s) This PR Fixes
Fixes #9467
Brief Description
How Did You Test This Change?