djkdeveloper opened a new issue #2497:
URL: https://github.com/apache/rocketmq/issues/2497


   正常流程是 
   (1) 发送消息(half消息)。
   
   (2) 服务端响应消息写入结果。
   
   (3) 根据发送结果执行本地事务(如果写入失败,此时half消息对业务不可见,本地逻辑不执行)。
   
   (4) 根据本地事务状态执行Commit或者Rollback(Commit操作生成消息索引,消息对消费者可见)
   
   我现在的场景是 在第四部  本地事务提交 但是 hafl消息我想改 因为我的哦hafl消息是依赖本地消息的 
只有本地消息处理完成了才能得到完整的hafl消息


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to