-
I am using jasmine-maven-plugin 1.3.1.3 and saga-maven-plugin 1.5.2 to build a jquery plugin. I have some htmlunit failures in jasmine:test so i need to use phantomjs, but this might be unrelated to t…
-
Hi @cer @dartartem
While implementing microservices using Eventuate saga orchestrator pattern using postgresql 9.6 database, we are getting below issue
_org.springframework.jdbc.UncategorizedSQL…
-
I'm a big fan of how BDD strives for readability in tests. For example:
```
expect(favouriteLibrariesOf(self)).to.contain('redux-saga-test-plan');
```
I have the impression that this library wants…
-
Hi,
It will be great if we can have such a Redux-Saga implementation.
-
Please add Distributed Sagas as first class as outlined here
https://www.youtube.com/watch?v=0UTOLRTwOX0
This would likely involve adding either a new messaging/remoting version that enforces sa…
-
# 트랜잭션과 잠금
## 트랜잭션
여러 개의 작업을 하나로 묶은 실행 유닛을 의미하고, 작업의 완전성을 보장한다
논리적인 작업 셋이 모두 처리되거나, 모두 처리되지 않도록 원 상태로 복구하는 기능
#### 트랙잭션 특성 (ACID)
| Atomicity(원자성) | 한 트랜잭션의 연산들이 모두 성공하거나, 전…
-
https://substack.com/@systemdesignone/note/c-54451197
-
https://medium.com/javarevisited/11-microservice-best-practices-for-building-scalable-and-resilient-applications-1a19feb46f0
-
### Description
What's our story regarding distributed transactions:
- JCA
- SAGA
- LRA (already-supported)
How can we increase awareness of our current support?
How would a JavaEE/Jakarta…
-
When a client initializes a connect client, they should have some way to know about a user's sign in status updates.
Proposed solution:
1. Implement middlewares in connect store;
2. Create a mi…