-
Hello Seata team,
I hope this message finds you well.
I am reaching out to express interest in seeing support for the Solon framework within Seata. Solon is gaining traction as a lightweight and…
-
added 1368 packages in 9.911s
Dependency | License | Version
--------------- | --- | ------
classnames | MIT | 2.2.6
core-decorators | MIT | 0.20.0
js-cookie | MIT | 2.2.0
js-t…
-
```
spring.application.name=storage-service
server.port=18082
spring.cloud.nacos.discovery.server-addr=localhost:8848
spring.datasource.name="storageDataSource"
spring.datasource.type=com.aliba…
-
On the Home page of SEATA the Content of "**what is SEATA?**" is _less visible_ to the users.
![image](https://github.com/user-attachments/assets/7c98e8bb-7c42-4e94-b109-7211440cbcde)
and conte…
-
**What would you like to be added**:
**Why is this needed**:
-
When I paste JSON text in the JSON view interface of the SAGA state machine provided on the official website, the page is misaligned and cannot be parsed.
https://seata.io/saga_designer/index.html#…
-
![image](https://github.com/apache/incubator-seata/assets/26402108/15d9dde1-90e0-49cd-bac8-6162ec02c8f1)
seata v2.0 application.yml配置文件内容, 请问哪里配置出错了 ?
![image](https://github.com/apache/incubator-…
-
Hi Seata team,
I am glad to see the project has more contributors to join. As [Apache SkyWalking](https://github.com/apache/incubator-skywalking) creator, I am wondering, does Seata have interested…
-
子线程使用RootContext.bind(xid);绑定了主线程的xid,能让报错时整体回滚。但碰到一个问题:
第一个线程修改一个字段,将数据从A改到B,第二个线程修改相同字段(因为是相同xid,可以获取到全局锁),将数据从B改到C,业务异常回滚,那么第一个线程会回滚失败,因为发现脏数据,此时全局锁就一直不会被释放,数据一直被锁住,业务无法继续下去。
请问下官方大佬,这种场景,除了在…
-
## Why you need it?
Is your feature request related to a problem? Please describe in details
- The documentation for Seata 2.1.0 should point to the Docker Image of `apache/seata-server`. See…