dzimchuk / book-fast-service-fabric

A sample demonstrating how to implement a multitenant facility management and accommodation booking application as native Azure Service Fabric reliable services.
MIT License
90 stars 34 forks source link

Long Running Transactions #6

Open mpaul31 opened 6 years ago

mpaul31 commented 6 years ago

Does the code base have any examples of handling long-running (distributed) transactions? Supervisor, Saga, Process Manager patterns?

Thanks!

dzimchuk commented 6 years ago

Not yet, but I'm in the process of revamping this sample and a multi-step booking operation is on my list.

mpaul31 commented 6 years ago

awesome thx!