Are there any downsides to passing MongoDB Transactions session data across microservices?
I currently work with a system of microservices communicating with gRPC. I also have MongoDB transactions implemented in many of the different backends. Now, I need to perform single write operations across two or more backends. To do this I'll need to pass the Mongo session information with gRPC. Will I have issues with this?