bryanxtong commented on issue #716:
URL: 
https://github.com/apache/incubator-seata-samples/issues/716#issuecomment-3289966747

   Try to replace seata-spring-boot-starter with 
spring-cloud-starter-alibaba-seata will work. As no library involved to ingest 
xid to branch with feign. Update me for a better solution and It can be closed.
   `        
   <!--        <dependency>
                       <groupId>org.apache.seata</groupId>
                       <artifactId>seata-spring-boot-starter</artifactId>
                       <version>2.3.0</version>
                   </dependency>-->
           <dependency>
               <groupId>com.alibaba.cloud</groupId>
               <artifactId>spring-cloud-starter-alibaba-seata</artifactId>
               <version>2025.0.0.0-preview</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]

Reply via email to