bravoban commented on issue #696:
URL: 
https://github.com/apache/rocketmq-spring/issues/696#issuecomment-2771440977

   > > 消息轨迹的问题吧
   > 
   > 所以有解决方案么?
   
   
有。这个算是rocketmq-client的一个bug。你rocketmq-spring-boot-starter的版本中,看下rocketmq-client的版本,rocketmq-client必须在5.3.1版本以上才行。
   
这个能解决消息轨迹的问题,但可能带来新的问题。就是,当rocketmq-spring-boot-starter与rocketmq-client的版本不匹配时,高版本的rocketmq-client,在初始化时,调用的一个方法的参数,与低版本不兼容,但不影响正常使用。代码给你可以去看看org.apache.rocketmq.client.trace.AsyncTraceDispatcher
   
   <img width="1696" alt="Image" 
src="https://github.com/user-attachments/assets/7cefb124-3cd8-405d-a20f-cbe49e695278";
 />


-- 
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: commits-unsubscr...@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to