RockteMQ-AI commented on issue #727: URL: https://github.com/apache/rocketmq-spring/issues/727#issuecomment-5259901427
**Issue Evaluation** Category: `enhancement` | Status: **Evaluated** This is a reasonable feature request — adding `RocketMQConsumerLifecycleListener` support for the v5 client module, mirroring the existing v3/v4 client behavior. **Feasibility:** Feasible — the v4 module already has this pattern in `rocketmq-spring-boot/src/main/java/org/apache/rocketmq/spring/support/RocketMQConsumerLifecycleListener.java`. **Scope:** `rocketmq-v5-client-spring-boot` module **Compatibility:** No breaking changes expected; additive API. This would allow users to hook into consumer lifecycle events (start/stop/destroy) in the v5 client, which is important for graceful shutdown and resource cleanup. --- *Automated evaluation by github-manager* -- 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]
