-
https://learn.particular.net/courses/take/adsd-online-free/lessons/11460615-introduction-systems-vs-applications
Do powtórzenia:
- [ ] #8: The network is homogeneou
- [ ] Fallacy #10 : The syst…
-
提到`saga`,就必然会说到`generator`.而说到`generator`,就要讲下`promise`的区别。
最简单的换来说:
`promise`: 好比机关枪没办法一发一发发射。
`generator`:一枪一下,随时开关控制。
所以从精细化控制,一些库用到了`generator`,如`saga`.
整体过了遍saga,在这里自我理解作者追求几个点:
* 精细化…
onvno updated
4 years ago
-
I developed a Saga Pattern solution using Dapr with the Go SDK. I would like to add this to the examples project.
It is aimed at people who deploy micro services to Kubernetes and uses a number of Da…
-
## Design principles
We need to handle errors in the system more gracefully. If there is any error whilst processing an application so that the data is never lost. The following approach aims to
…
-
`mvn verify` on https://github.com/aodn/aodn-portal/tree/js_code_coverage results in the following error:
``` java
15:48:34.363 [main] INFO com.github.timurstrekalov.saga.core.DefaultCoverageGenerat…
-
What if while creating order rabbit will be rebooting or smth - so that means OrderCreatedEvent will not be created created and order will always stay at Pending status.
PS just learning sagas and…
-
Hi guys,
First of all thanks for a great plugin :+1: .
Now even though the reports are being generated I get an exception on maven:
13:58:32.960 [main] INFO com.github.timurstrekalov.saga.core.Defa…
-
**Use Case:**
Coordinating multi-stage processing via SAGA pattern
**Event:**
Triggered
**Event Data:**
Resource Id (string)
Trigger Id (guid)
Trigger Name (string)
Triggered on (date ti…
-
## Why you need it?
Is your feature request related to a problem? Please describe in details
如题,需要基于activiti封装流程相关接口,对接分布式事务,目前没有成功。
## How it could be?
A clear and concise description of w…
-