EasyTransaction icon indicating copy to clipboard operation
EasyTransaction copied to clipboard

A distribute transaction solution(分布式事务) unified the usage of TCC , SAGA ,FMT (seata/fescar AutoCompensation), reliable message, compensate and so on;

Results 51 EasyTransaction issues
Sort by recently updated
recently updated
newest added

有计划支持dubbo2.7吗?

请问有具体的sample吗?感觉不容易上手使用?建议作者以后可以提供使用文档。谢谢。

请问SpringCloud Feign Client 的调用支持吗?看到Sample里面,好像没有相关的案例

我提的不是bug的问题,而是针对作者:[https://www.cnblogs.com/skyesx/p/10041923.html](https://www.cnblogs.com/skyesx/p/10041923.html)。中关于tx-lcn,认为的无法保证最终一致性的疑问。 前提:我看过了tx-lcn的部分代码。 问题:1. 应用Crash之后,tx-lcn 无法保证最终一致性,是因为它的最终通知事务组流程,以及TM通知TC,这两个环节任何一个环节在重试次数内都无法到达导致的数据不一致吗? 2. 对于上诉问题,easy-transaction 是怎么解决的呢?

使用rpc-rest-ribbon方式需要在事务发起方获取到用户token,然后在内部服务间传递,目前添加的RestTemplate 拦截器只能实现自定义header传递,想在拦截器里面获取当前request 也不行,不是一个线程,想问下有什么方法可以解决吗

你好,最近把EasyTransaction的源码仔细看了一遍,感觉框架写的很棒。接口设计清晰,能够把编码的复杂度分离到各个模块中(各种不同的listener来处理消息),看了之后很有启发。 看了问题列表中同库短路设计还未开始,想问一下同库短路是什么意思,应用业务场景是啥?我对这个问题蛮有兴趣的,期待能够有幸参与开发。

help wanted

Here will collect the third party benchmark articles, welcome to post your result here to help the people want to know this framework.

information for you

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...

阅读了大佬的源码,不知是否我代码没可以看到位还是怎么样?关于RPC模式下的主事务提交后RPC服务confirm或者cancel异常情况下外抛异常是怎么处理的?代码没看到有对这一块做处理

org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'retryableRibbonLoadBalancingHttpClient' defined in org.springframework.cloud.netflix.ribbon.apache.HttpClientRibbonConfiguration: Unsatisfied dependency expressed through method 'retryableRibbonLoadBalancingHttpClient' parameter 2; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'ribbonLoadBalancer' defined in...