Open fizz12344321 opened 2 years ago
The message-queue will be a bounded in-memory work queue in front of the thread-pool needed by the saga-execution-coordinator. The saga-log acts as persistent state cluster-wide and will handle forward (or backward) recovery so that we get eventual consistency of all saga executions.
Hi, i am reading your project and I love it. But i have a question, what queue do you use for the message queue, how do you manage the state of each service and how do you tackle and implement "Transaction outbox ". Thank u so much