Files
rocketmq/remoting
ltamber 7cb1b1ee86 [ISSUE #9467] Implement paged retrieval of Topic and SubscriptionGroup information (#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>
2025-07-02 09:36:54 +08:00
..