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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]