python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to Rollback database in Microservice if RabbitMQ down permanently?
I am trying to communicate between four services in Microservice. Every service has serperate Database. I am using saga pattern.
My question is, if RabbitMQ goes down or crash or no way to come back, ...
Maidul
Votes: 0
Answers: 1
Saga Compensating Transaction
Currently working on initial phase of Microservice Architecture for product. It is evident that for many operation it required to have distributed transaction or say there are couple of operation requ...
dotnetstep
Votes: 0
Answers: 0
(Masstransit Saga with MultiBus) How can i publish message to another bus from Saga?
From Is it possible to have a MassTransit Saga react to events that come from more that one bus (multibus)?
I try to use saga with multibus. But when I inject ISecondBus into Saga.
Something is wrong....
Perapong Maritthida
Votes: 0
Answers: 1