百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
I

incubator-seata

> 编程语言
开源

:fire:Seata是一个易于使用,性能高,开源分布式交易解决方案.

26.0K stars0 点赞2 次浏览
访问官网GitHub

工具介绍

:fire:Seata是一个易于使用,性能高,开源分布式交易解决方案.

Apache Seata (孵化): 简单可扩展的自主交易架构 什么是Apache Seata (孵化) ? 分布式交易解决方案,性能高,便于微服务架构使用. 微服务中分布式交易问题 让我们想象一个传统的单体应用. 其业务由3个单元组成. 它们使用单一的本地数据源. 自然,当地交易将保证数据的一致性。 在微服务架构中情况发生了变化. 上述3个模块被设计为3个不同数据源之上的3个服务(Pattern:Database per Service). 每个服务内部的数据一致性自然受到当地交易的保障. 但整个业务逻辑范围如何? Architecture Apache Seata为微信器中的分布式交易挑战提供了有力的解决方案.

GitHub Issues· 884 开放

在 GitHub 查看全部
  • #8226

    [Feature Request] GraalVM Native Image support for `org.apache.seata:seata-spring-boot-starter`

    更新于 2026年9月16日
  • #8225

    [Security Follow-up] Request for status update on private report submitted on August 2, 2026

    更新于 2026年9月15日

核心特点

  • •Transaction Coordinator(TC): Maintain status of global and branch transactions, drive the global commit or rollback.
  • •Transaction Manager(TM): Define the scope of global transaction: begin a global transaction, commit or rollback a global transaction.
  • •GTS: Global Transaction Service. TXC as an Aliyun middleware product with new name GTS was published since 2016.
  • •Fescar: we started the open source project Fescar based on TXC/GTS since 2019 to work closely with the community in the future.
  • •DTX: Distributed Transaction Extended. Since 2013, XTS has been published on the Ant Financial Cloud, with the name of DTX .
  • •Apache Seata: In October 2023, Seata entered the Apache Incubator.
  • •Mailing list:
  • •[email protected] , for dev/user discussion. subscribe, unsubscribe, archive
  • •Online chat:
  • •Apache Seata Website - Apache Seata official website

> 标签

Javaatconsistencydistributed-transactionmicroservice

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言