hi
It is my first time working with DTM for transactions in a microservice architecture.
Using mongodb in my services, I need more examples of distributed transactions.
MongoDB has transaction logic, but I do not know how to use DTM to roll back a session transaction in MongoDB.
I want add dtm to my example project: https://github.com/Ja7ad/Library
Please help me for this.