abpframework / abp

Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
https://abp.io
GNU Lesser General Public License v3.0
12.51k stars 3.36k forks source link

Article Request: Best Practices Guide to Implement distributed transaction in microservices solution #9063

Open naushadkhalid opened 3 years ago

naushadkhalid commented 3 years ago

It will highly useful if we can have step by step best practices guide or documentation on how to implement distributed business transaction that span across multiple microservices under ABP microservices architecture pattern.

This can be similar in line with saga pattern for distributed business transaction that span multiple microservices (https://microservices.io/patterns/data/saga.html)

radrad commented 3 years ago

This would be a good idea to come up with some sample project and documentation. I would also like to see how to integrated third parties (what are not using .net abp.io or not .net at all) or even anoter web application that is also based on ABP.IO under your contol or not.

DmezaSpeed commented 2 years ago

Will be great to see this using MassTransit

genoher commented 2 years ago

Maybe this is useful to somebody. https://github.com/cocosip/sharp-abp

CodeOutput commented 8 months ago

any solution please