2259289435 commented on issue #1838: New Programming Model of TransactionMQProducer URL: https://github.com/apache/rocketmq/issues/1838#issuecomment-598073459 嗯嗯,我现在的场景还有事务消息还有可能嵌套事务消息,也有可能几个事务消息平行,所以感觉这个非兜底回调的用法很不方便,所以现在基本都是改造后用,没按原先这种设计意图用。 [email protected] From: liujian16 Date: 2020-03-12 16:43 To: apache/rocketmq CC: 2259289435; Comment Subject: Re: [apache/rocketmq] New Programming Model of TransactionMQProducer (#1838) 我的提案就是想支持你的这种用法。 你说“发送后立马就会触发回调”,是因为现在的设计是让你在这个回调里开启事务,完成业务逻辑。 但是如果事务执行时间长了,兜底的回调就很难处理了。 — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
