You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/09/12 02:22:22 UTC

[GitHub] [rocketmq-spring] RongtongJin commented on issue #365: The response results of rocketmqtemplate and defaultmqproducer sendstatus are inconsistent

RongtongJin commented on issue #365:
URL: https://github.com/apache/rocketmq-spring/issues/365#issuecomment-917536210


   > 在org.apache.rocketmq.spring.support.RocketMQUtil#getAndWrapMessage方法下,WAIT_STORE_MSG_OK默认为false,但是设计上应该是想默认true的,是BUG吧。
   > 
   > ```
   > Object waitStoreMsgOkObj = headers.getOrDefault("WAIT_STORE_MSG_OK", "true");
   > rocketMsg.setWaitStoreMsgOK(Boolean.TRUE.equals(waitStoreMsgOkObj)); // Boolean.TRUE.equals("true") always false
   > ```
   
   这确实是个bug,有兴趣提交一个pr来修复它吗?


-- 
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: dev-unsubscribe@rocketmq.apache.org

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