最终一致性2PC范式,提供多聚合根之间交互事务的抽象接口。任何基于cqrs + eda 实现多聚合根最终一致性的框架,都可基于此接口进行实现,以达到提高开发效率的目的。
-
Updated
May 2, 2020 - C#
最终一致性2PC范式,提供多聚合根之间交互事务的抽象接口。任何基于cqrs + eda 实现多聚合根最终一致性的框架,都可基于此接口进行实现,以达到提高开发效率的目的。
ENode extensions
Simple console implementation of Two Phase commit using c# and ADO.Net
Implementation of the distributed transaction.
This repository implements the Two-Phase Commit (2PC) Protocol, a pattern that provides a strong consistency model.
Two-Phase Commit (2PC) protocol implementation in .NET with a dedicated Coordinator service across Order, Payment and Stock.
Distributed write-heavy database built with an LSM storage engine. It supports distributed transactions across multiple partitions, Raft-style leader election per partition with follower read replicas, and multiple consistency semantics, including strong consistency, bounded-staleness reads, and eventual consistency. Consistency can be selected per
To associate your repository with the 2pc topic, visit your repo's landing page and select "manage topics."