mirror of
https://github.com/apache/rocketmq.git
synced 2026-08-28 20:09:14 +08:00
7cb1b1ee86
* 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>