RockteMQ-AI commented on issue #725: URL: https://github.com/apache/rocketmq-spring/issues/725#issuecomment-5208085222
**Issue Evaluation** Category: `type/bug` | Status: **Needs Verification** Thank you for the detailed report. The issue describes a startup failure (`IllegalStateException: Failed to start RocketMQ push consumer`) when configuring `namespace` in `@RocketMQMessageListener` with `rocketmq-v5-client-spring-boot-starter:2.3.3`. **Analysis:** The stack trace indicates the consumer fails to start when namespace is specified. This could be: 1. A bug in namespace handling for the v5 client starter 2. A configuration mismatch between the namespace value and the server-side namespace setup **To help verify, please provide:** - [ ] Does the same configuration work without the `namespace` field? - [ ] Is the namespace `uat` configured on the RocketMQ server side? - [ ] Full stack trace (the excerpt is truncated) If this is reproducible with proper server-side namespace configuration, it is likely a bug in the v5 client spring boot starter namespace handling. --- *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]
