#
saga
Here are 339 public repositories matching this topic...
Open
优化dtm在docker中的网络请求
2
yedf2
commented
Feb 9, 2022
当dtm在docker中,需要通过host.docker.internal访问主机,目前已经把localhost替换为前面的host,还有127.0.0.1也需要替换
具体实现,在函数MayReplaceLocalhost中
Lightweight workflow engine for .NET Standard
-
Updated
Feb 18, 2022 - C#
A distribute transaction solution(分布式事务) unified the usage of TCC , SAGA ,FMT (seata/fescar AutoCompensation), reliable message, compensate and so on;
-
Updated
Sep 22, 2020 - Java
Domain-Driven-Design Pub/Sub Domain-Events framework
workflow
microservices
reactive
cqrs
asynchronous
concurrency
transaction
domain-driven-design
pubsub
eventsourcing
saga
hexagonal-architecture
lmax-disruptor
ddd-architecture
domainevents
saga-process
distributed-transaction
single-writer
ddd-events
saga-libraries
-
Updated
Dec 14, 2021 - Java
Modularize Redux by dynamically loading reducers and middlewares.
react
redux
middleware
modules
sagas
dynamic
code-splitting
reducer
middlewares
saga
code-spliting
redux-dynamic-modules
-
Updated
Feb 11, 2022 - TypeScript
A redux saga integration for firebase.
-
Updated
Feb 26, 2022 - JavaScript
Implements saga-pattern in Go, another way to distribute transaction.
-
Updated
Oct 1, 2020 - Go
Open
scala.js version
5
aappddeevv
commented
Oct 20, 2020
Is there a scala.js version? If not, can that be added?
react
redux
serverless
dapp
ipfs
smart-contracts
decentralized
blockchain
truffle
saga
etheruem
ganache
-
Updated
Aug 22, 2021 - JavaScript
itninja-hue
commented
May 15, 2021
Migration to Distroless base image on release stage
OpenSleigh is a Saga management library for .NET Core.
events
cqrs
mongodb
csharp
sagas
rabbitmq
nuget
azure
ddd
message-bus
entity-framework
message-queue
dotnet-core
saga
saga-pattern
message-transport
azure-service-bus
cqrs-es
saga-state-persistence
-
Updated
Feb 6, 2022 - C#
Vertex is a distributed, ultimately consistent, event traceable cross platform framework based on Orleans, which is used to build high-performance, high throughput, low latency, scalable distributed applications
-
Updated
Feb 25, 2022 - C#
python
microservices
framework
cqrs
domain-driven-design
event-sourcing
aggregate
event-driven
microservices-architecture
saga
circuit-breaker
minos
aggregates
-
Updated
Feb 26, 2022 - Python
The .NET omega agent for Apache incubator-servicecomb-saga https://github.com/apache/servicecomb-pack
-
Updated
Jan 7, 2019 - C#
Purely Functional Transaction Management In Scala With Cats
cats
distributed-systems
scala
sagas
functional-programming
concurrency
fp
saga
saga-pattern
cats-effect
-
Updated
Feb 28, 2022 - Scala
bekit框架致力于解决在应用开发中的公共性痛点,已有“事件总线”、“流程引擎”、“服务引擎”。其中“流程引擎”可作为分布式事务解决方案saga模式的一种实现,并且它很轻量不需要服务端、不需要配置,就可直接使用。
flow
spring
service
event
eventbus
event-bus
springboot
saga
saga-pattern
service-engine
flow-engine
-
Updated
Dec 6, 2020 - Java
rhinof
commented
Apr 24, 2019
test coverage as reported by coveralls should be at least 80%
CQRS backbone with event sourcing for Node.js
-
Updated
Jan 28, 2022 - JavaScript
An eventual consistency framework based on Event Sourcing and CQRS on top of light-4j and Kafka
kafka
cqrs
ddd
event
event-sourcing
entity
aggregate
event-driven-microservices
event-driven
saga
eventually-consistent
eventuate-framework
-
Updated
Feb 19, 2022 - Java
Go lang implementation of saga pattern
-
Updated
Jan 21, 2021 - Go
A c# HTTP client of distributed transaction manager DTM.
-
Updated
Feb 23, 2022 - C#
An enterprise react template application showcasing - Testing strategy, Global state management, middleware support, a network layer, component library integration, localization, PWA support, route configuration, lazy loading and CI/CD
react
redux
translations
pwa
react-router
styled-components
react-intl
antd
saga
react-template
apisauce
react16
react-floki
-
Updated
Feb 23, 2022 - JavaScript
Simple, elegant, and configurable redux-saga monitor
-
Updated
Feb 12, 2019 - JavaScript
Redux Saga library for Dart and Flutter
-
Updated
Jan 4, 2022 - Dart
Improve this page
Add a description, image, and links to the saga topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the saga topic, visit your repo's landing page and select "manage topics."


Why you need it?
Is your feature request related to a problem? Please describe in details
db/redis模式需串行更改事务状态,假设事务A在tm端进行决议提交,此时到达了tc端,而tc端刚好发现这个事务达到了超时,就会更改状态为超时回滚,而这两个动作是并行的,导致决议提交时删除了全局锁,又恰好被改为超时回滚,导致分支事务被回滚,回滚时可能会发现数据已经无法对上了(全局锁被删了)
How it could be?
A clear and concise description of what you want to happen. You can explain more about input of the feature, and output of it.
1.red