Managing distributed transactions in microservices can be tricky.
Eshaan Rajput
·10881 views
Hey everyone, I'm having a bit of a time with distributed transactions in our microservices. Basically, when a process goes across a few different services and one of them borks, we end up with bad data everywhere. We've checked out the Saga pattern, but man, it looks really tricky to get right. So, what do you all usually do to keep data the same across services without making things too complicated or slow? Got any horror stories or favorite ways of handling this?
25 comments