oss-taishan-ai commented on issue #764:
URL: 
https://github.com/apache/rocketmq-spring/issues/764#issuecomment-4653930473

   ## Assessment by github-manager-bot
   
   **Type:** Bug
   **Priority:** Medium
   
   ### Summary
   User reports that with Spring Boot 2.4.x, using remoting protocol with 
rocketmq-spring-boot-starter, the consumer can pull messages at startup but 
fails afterwards with error: `CODE: 24 DESC: the consumer's subscription not 
exist`.
   
   ### Analysis
   This is a compatibility issue between Spring Boot 2.4.x and 
rocketmq-spring-boot-starter. The error indicates that the broker cannot find 
the consumer's subscription, which suggests a potential issue with:
   1. Consumer registration timing with Spring Boot 2.4.x lifecycle
   2. Possible incompatibility in how Spring Boot 2.4.x handles bean 
initialization vs. what the starter expects
   
   ### Suggestions
   1. Verify the rocketmq-spring-boot-starter version compatibility with Spring 
Boot 2.4.x
   2. Check if upgrading to a newer Spring Boot version resolves the issue
   3. Consider adding explicit compatibility documentation for Spring Boot 
versions
   
   ### Verdict
   **Valid bug** — Spring Boot version compatibility issue requiring 
investigation.
   
   ---
   *Automated assessment by github-manager-bot*


-- 
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]

Reply via email to