RockteMQ-AI commented on issue #747: URL: https://github.com/apache/rocketmq-spring/issues/747#issuecomment-5487007371
**Issue Evaluation** Category: `question` In rocketmq-v5-client-spring-boot, the push consumer configuration model changed. The old rocketmq.push-consumer.* properties are replaced by the v5 unified configuration: ```properties rocketmq.consumer.endpoints=<your-proxy-endpoint> rocketmq.consumer.consumer-group=<your-group> rocketmq.consumer.topic=<your-topic> ``` The v5 client unifies push and pull patterns. Check the v5 migration guide for the complete mapping. --- *Automated evaluation by RockteMQ-AI* -- 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]
