From b48266fae60512ea151e5cda8879942b48478abe Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Sun, 29 Dec 2019 09:58:34 +0100 Subject: [PATCH] Add Seata --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4086a4b..1009c49 100644 --- a/README.md +++ b/README.md @@ -337,6 +337,7 @@ _Distributed transactions provide a mechanism for ensuring consistency of data u - [Atomikos](https://www.atomikos.com) - Provides transactions for REST, SOA and microservices with support for JTA and XA. - [Bitronix](https://github.com/bitronix/btm) - A simple but complete implementation of the JTA 1.1 API. - [Narayana](http://narayana.io) - Provides support for traditional ACID and compensation transactions, also complies with JTA, JTS and other standards. (LGPL-2.1-only) +- [Seata](https://seata.io) - Delivers high performance and easy to use distributed transaction services under a microservices architecture. ### Distribution