RockteMQ-AI commented on PR #772: URL: https://github.com/apache/rocketmq-spring/pull/772#issuecomment-5227923231
**Issue Evaluation** Category: `enhancement` | Status: **Evaluated** This is a feature request to support SimpleConsumer subscribing to multiple topics simultaneously. Currently, SimpleConsumer in rocketmq-spring is limited to single-topic subscription. **Feasibility:** feasible **Scope:** `rocketmq-spring-boot-starter`, SimpleConsumer configuration and listener registration **Compatibility:** additive change, no breaking changes expected This aligns with the v5 client SDK SimpleConsumer design which already supports multi-topic consumption. The spring starter should expose this capability through configuration. --- *Automated evaluation by github-manager-bot* -- 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]
