wxrqforever commented on issue #7163:
URL: 
https://github.com/apache/incubator-seata/issues/7163#issuecomment-2681230440

   > 
那你只要换成java的时候,提供一个v2版本接口给服务B即可,理论上接口迭代都应该有版本,或者分组等信息来做灰度,再逐步全量换为新版本的接口。所以根据正常的业务需求迭代和架构规范,不可能在原接口上,直接从python换java,即便要换,也应该是java的先不用AT模式,依旧以tcc运行,先发布第一版,后续再迭代第二版接口,也就是`@TwoPhaseBusinessAction`从B直接到C这个应用
   
   
我无法理解为什么在tcc中rpc下游需要传递xid信息,首先在tcc方法执行过程中at模式是不生效的,另外tcc中的try-cancel是对应的,cancel就是负责回滚try的处理。我没明白是什么场景需要将通过tcc将事务消息带到下游,让下游也加入到全局事务中。


-- 
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