yuluo-yx opened a new issue, #2227: URL: https://github.com/apache/rocketmq-dashboard/issues/2227
### Problem\n\nSeveral Aliyun list endpoints iterate SDK response collections without checking individual rows. If the provider returns a sparse collection, a single null Topic, consumer, group, subscription, or message row raises a NullPointerException and discards all valid rows in the response.\n\n### Expected behavior\n\nProvider-boundary conversion should skip null collection items consistently while preserving the order and conversion of valid rows.\n\n### Affected paths\n\n- Topic list\n- Topic consumers\n- Consumer Group list\n- Group subscriptions\n- Message query results\n\n### Acceptance criteria\n\n- Null collection rows are ignored across all affected endpoints.\n- Valid neighboring rows are still returned.\n- Regression fixtures cover sparse responses for Topics, groups, and messages. -- 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]
