My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

Are there any downsides to passing MongoDB Transactions session data across microservices?

Chidi Williams's photo
Chidi Williams
·Dec 26, 2018

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?