RockteMQ-AI commented on issue #726: URL: https://github.com/apache/rocketmq-spring/issues/726#issuecomment-5259900184
**Issue Evaluation** Category: `bug` | Status: **Needs Investigation** Thank you for reporting this. The issue in `ExtConsumerResetConfiguration` where `consumerBuilder` and `simpleConsumer` are always NULL in v5-client-spring-boot 2.3.3 appears to be a configuration initialization bug. This likely occurs when the auto-configuration conditions are not properly met, causing the builder/consumer beans to not be instantiated. To help us verify and fix this, could you provide: - [ ] The exact Spring Boot version and rocketmq-spring-boot-starter version - [ ] Your `application.yml`/`application.properties` configuration for RocketMQ - [ ] Whether this happens on startup or only at runtime - [ ] Any relevant stack traces from the logs --- *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]
