seata-samples icon indicating copy to clipboard operation
seata-samples copied to clipboard

seata-samples

Results 143 seata-samples issues
Sort by recently updated
recently updated
newest added

AT模式Sample重构 - SpringBoot体系 删除多余临时文件

add saga annotation local service sample

[INFO ] 2022-07-27 10:33:00,760 method:com.alibaba.dubbo.registry.support.AbstractRegistry.destroy(AbstractRegistry.java:460) [DUBBO] Destroy unregister url consumer://192.168.255.10/io.seata.samples.dubbo.service.OrderService?application=dubbo-demo-app&category=consumers&check=false&dubbo=2.0.2&interface=io.seata.samples.dubbo.service.OrderService&methods=create&pid=1896&qos.accept.foreign.ip=false&qos.enable=false&qos.port=33333&side=consumer&timestamp=1658888909577, dubbo version: 2.6.12, current host: 192.168.255.10 [INFO ] 2022-07-27 10:33:00,761 method:com.alibaba.dubbo.registry.support.AbstractRegistry.unsubscribe(AbstractRegistry.java:317) [DUBBO] Unsubscribe: consumer://192.168.255.10/io.seata.samples.dubbo.service.OrderService?application=dubbo-demo-app&category=providers,configurators,routers&check=false&dubbo=2.0.2&interface=io.seata.samples.dubbo.service.OrderService&methods=create&pid=1896&qos.accept.foreign.ip=false&qos.enable=false&qos.port=33333&side=consumer&timestamp=1658888909577, dubbo version: 2.6.12, current host: 192.168.255.10...

waiting for feedback

使用eureka注册中心seata1.4.2,Springboot版本2.5.12,SpringCloud版本 2020.0.4, druid连接池,阿里云polardb-o数据库 事务还没进去报这个错 io.seata.common.loader.EnhancedServiceNotFoundException: not found service provider for : io.seata.sqlparser.druid.SQLOperateRecognizerHolder --server registry { # file 、nacos 、eureka、redis、zk、consul、etcd3、sofa type = "eureka" eureka { serviceUrl = "http://10.0.0.66:8761/eureka/" application = "seata-server-oa"...

Hi team I am working on seata sample file for testing and deploying microservices and ensure consistency between Seata and Dubbo Microservices by following this [reference](https://github.com/seata/seata-samples/tree/master/dubbo) . I have tried...

你好: 我看demo 中saga的例子是扣减库存,大概总结下来是: transaction 1: set amount = amount+1 where id = 1; transaction 2: set amount = amount +2 where id = 1; 当transaction 1 发生错误,需要补偿的时候:业务端 写个方法是: set amount...

seata-server 启动后,启动account-service报错。 ``` can not get cluster name in registry config 'service.vgroupMapping.account-service-fescar-service-group', please make sure registry config correct ``` https://github.com/seata/seata-samples/blob/master/springcloud-jpa-seata/account-service/src/main/resources/file.conf 把 ``` vgroupMapping.my_test_tx_group = "default" ``` 改成 ``` vgroupMapping.account-service-fescar-service-group =...

![image](https://user-images.githubusercontent.com/78527112/163913307-57eeca2b-4307-4841-924c-be4c27fbf32b.png) This figure presents the dependency tree between multiple modules in **_nutzboot-dubbo-seata_**. As shown in this figure, ## org.apache.commons:commons-lang3:jar:3.4:compile com.alibaba.fescar:fescar-rm-datasource:jar:0.4.1:compile io.netty:netty:jar:3.7.0.Final:compile com.fasterxml.jackson.core:jackson-annotations:jar:2.9.4:runtime joda-time:joda-time:jar:2.3:runtime commons-configuration:commons-configuration:jar:1.8:runtime org.javassist:javassist:jar:3.20.0-GA:compile aopalliance:aopalliance:jar:1.0:compile com.alibaba.fescar:fescar-tcc:jar:0.4.1:compile com.netflix.netflix-commons:netflix-infix:jar:0.3.0:runtime org.nutz:nutzboot-core:jar:2.3.3.v20190329:compile com.alibaba:dubbo:jar:2.6.6:compile...

Try to write a springboot dubbo tcc demo base on the dubbo-tcc-sample. When I run my code, the parameter 'BusinessActionContext actionContext' of method 'prepare' shows null. Have tried everything I...