guoliang3 commented on issue #7253:
URL: 
https://github.com/apache/incubator-seata/issues/7253#issuecomment-2768651302

   
   
   
   > 
RM-A调用RM-B,应该将tcc的注解放在RM-B上而不是RM-A上。如果你加上了Propagation.NOT_SUPPORTED,那么下游如果需要事务,他会发起一个新的全局事务,当你原本的事务需要回滚时,它并不会去回滚这个新的事务。
 
如果你用tcc只是希望具有回滚能力,并不是真正的预留资源,提交或释放资源的行为,那么我建议你使用seata2.3版本的注解化saga的模式,当然这个注解依然要放到真正的RM侧,如果你是调用一个未集成seata的应用,那么可以放在调用方,而不是服务提供方。
   
   老兄有没有 seata2.3版本的注解化saga的模式 的文档或者 示例啊 
   
   


-- 
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: notifications-unsubscr...@seata.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org
For additional commands, e-mail: notifications-h...@seata.apache.org

Reply via email to