serverless-sagas icon indicating copy to clipboard operation
serverless-sagas copied to clipboard

Parallel execution of the saga

Open mariobittencourt opened this issue 4 years ago • 0 comments

Hi, first of all thank you for the code and article.

There is one part of it that, if I understood correctly, should not be happening. The definition of your state machine uses parallel execution. From Catie's paper, there is explicit mention that if Transaction i has been executed then i-1 has already been acknowledged.

In parallel execution, you lose this guarantee. What do you think about it?

mariobittencourt avatar Jul 17 '20 12:07 mariobittencourt