Skip to main content

Questions tagged [saga]

4 votes
2 answers
192 views

System Overview: The architecture involves two services with separate databases: User-Order Service: Handles user actions such as placing, canceling, and returning orders. Seller-Order Service: ...
tusharRawat's user avatar
2 votes
2 answers
230 views

I am currently analysing the project ddd-library which is really helping in learning designing a system based on DDD principles. However there is one thing I have a problem with. In case of placing a ...
securita's user avatar
0 votes
1 answer
256 views

Let's say there is a user table and has field called coins to represent the coins available for that user in the system. At this stage a certain user has 50 coins in his account. Same user do the ...
Ramesh-X's user avatar
  • 109
0 votes
1 answer
149 views

I am working on an application for awarding organizations by the CEO based on a somewhat complex criteria of multiple dimensions. The process consists of 3 nested workflows: Award workflow (opened → ...
geeko's user avatar
  • 256
0 votes
0 answers
132 views

I'm looking for architectural guidance. I've got this monolithic application. It has a payment platform functionality, where payments are made, scheduled or on demand, via some banking API. Payments ...
kosmakoff's user avatar
  • 109
3 votes
2 answers
990 views

I'm trying to understand and learn how to build microservice messages the best and came up with this task for myself: Services given: Accounts Service Token Service Email Service When a user ...
floriank's user avatar
  • 493
2 votes
0 answers
266 views

Recently I'm studying Saga pattern, but I'm struggling to imagine how it will work in real system. Standard example is making an order, which consist of reserving flight, hotel and a car. We can ...
Maciej Pszczolinski's user avatar
-1 votes
1 answer
175 views

Suppose we have some microservices and a saga will run to do a transaction in 6 microservices. What if the whole system dies(unexpected shutdown), on middle of saga process in the step number 4?(...
Amin Shojaei's user avatar
0 votes
2 answers
590 views

I am writing a gui that is supposed to replace a fairly large shellscript in order to make the usage easier for not-so-technical people. The script calls a certain program (saga_cmd) multiple times ...
Turtle10000's user avatar
5 votes
1 answer
7k views

On a typical web app, we commonly have to deal the LOADING/SUCCESS/ERROR problem - which is that: When I make a backend request I want to display a loading cursor, perhaps disable some buttons. When ...
dwjohnston's user avatar
  • 2,769