lin1005q opened a new issue, #6255: URL: https://github.com/apache/incubator-seata/issues/6255
<!-- Please do not use this issue template to report security vulnerabilities but refer to our [security policy](https://github.com/seata/seata/security/policy). --> ## Why you need it? Is your feature request related to a problem? Please describe in details ```mermaid sequenceDiagram autonumber participant A as A(use seata at) participant B as B(use seata at) participant C as C(use seata at) participant D as D(not use seata) Note over A: global begin A->>A: Mysql JDBC A->>B: openfeign B->>B: Mysql JDBC B->>B: Kafka send B->>D: async httpclient(not use seata) B->>C: openfeign C->>C: Mysql JDBC C-->>B: openfeign B-->>A: openfeign Note over A: global commit ``` ## How it could be? A clear and concise description of what you want to happen. You can explain more about input of the feature, and output of it. 如果7失败了,4和5怎么做回滚? 使用localTcc注解的方式可以解决么?如果使用localTcc注解的方式,rollbackMethod执行中异常了会重试回滚么? https://seata.io/zh-cn/blog/integrate-seata-tcc-mode-with-spring-cloud.html ## Other related information Add any other context or screenshots about the feature request here. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
