bryanxtong commented on issue #716:
URL:
https://github.com/apache/incubator-seata-samples/issues/716#issuecomment-3288920685
Finally I found the solution is to replace the seata-spring-boot-starter
with spring-cloud-starter-alibaba-seata to include functions to ingest xid to
the branch with feign library.
`<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-seata</artifactId>
<version>2023.0.3.3</version>
</dependency>`
--
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]