https://github.com/nilorg/outbox
使用Go语言实现最终一致性的微服务分布式事务解决方案
https://github.com/nilorg/outbox
cap distributed-transaction eventbus go outbox transaction transactional-outbox
Last synced: 9 months ago
JSON representation
使用Go语言实现最终一致性的微服务分布式事务解决方案
- Host: GitHub
- URL: https://github.com/nilorg/outbox
- Owner: nilorg
- License: mit
- Created: 2020-09-04T02:49:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T03:13:05.000Z (over 3 years ago)
- Last Synced: 2025-06-03T17:53:47.196Z (12 months ago)
- Topics: cap, distributed-transaction, eventbus, go, outbox, transaction, transactional-outbox
- Language: Go
- Homepage:
- Size: 110 KB
- Stars: 3
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# outbox 发件箱模式(实验性支持)
基于[EventBus](https://github.com/nilorg/eventbus),使用Go语言实现最终一致性的微服务分布式事务解决方案