RockteMQ-AI commented on issue #739:
URL: 
https://github.com/apache/rocketmq-spring/issues/739#issuecomment-5303317519

   **Issue Evaluation**
   
   Category: `question` | Status: **Needs Info**
   
   This appears to be a GraalVM native image compatibility issue with 
rocketmq-spring-boot-starter. The producer can connect at startup but fails 
when sending messages in the native-image build, while JVM mode works fine.
   
   To proceed with investigation, please provide:
   - [ ] The exact error message / stack trace when sending fails (the 
screenshot resolution is too low to read)
   - [ ] Which version of `rocketmq-spring-boot-starter` you are using
   - [ ] Whether you are using the V4 or V5 client under the hood
   - [ ] Your GraalVM native-image build configuration (any 
`--initialize-at-build-time` or reflection hints?)
   - [ ] Whether the issue is specific to GraalVM CE 22.3.0 or also 
reproducible with newer GraalVM versions
   
   Common causes for this pattern in native images:
   1. Netty DNS resolver not configured for native mode
   2. Reflection-based serialization missing `@RegisterForReflection`
   3. Remoting protocol classes not initialized at build time
   
   ---
   *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]

Reply via email to