RockteMQ-AI commented on issue #10984: URL: https://github.com/apache/rocketmq/issues/10984#issuecomment-5444622573
**Issue Evaluation** Category: `bug` | Status: **Needs Info** Thank you for reporting this issue. The behavior you describe—where `syncSendNormalMessage()` appears to be called again after successful completion—is unusual and suggests a potential issue in the rocketmq-v5-client-spring-boot-starter. To proceed with verification, please provide: - [ ] Complete code example showing the message sending logic (not just screenshots) - [ ] Full Spring Boot configuration (application.yml/properties) related to RocketMQ - [ ] Logs showing the method being called multiple times (with timestamps) - [ ] Confirmation that this happens consistently or intermittently - [ ] Whether asyncSendNormalMessage() exhibits the same behavior The screenshots show the issue but don't provide enough context to identify the root cause. Specifically: - Is there any retry configuration enabled? - Are there any interceptors or aspects that might trigger re-execution? - What is the exact sequence of log entries showing the duplicate call? Once we have this information, we can verify whether this is a bug in the starter or a configuration issue. --- *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]
