Good question!
If you mean transactions across services then no, I do not plan to.
I think often if you need distributed db transactions then you built a distributed monolith.
I've just woken up but I will spend some time thinking about this and writing some proposals about this as it is a huge topic.
One of the design patterns of microservices is not to share databases, so distributed transactions shouldn't be required. Of course, this presents it's own problems (see Microservices Patterns by Chris Richardson for solutions to this).
3 comments
[ 2.7 ms ] story [ 19.8 ms ] threadGood question! If you mean transactions across services then no, I do not plan to. I think often if you need distributed db transactions then you built a distributed monolith.
I've just woken up but I will spend some time thinking about this and writing some proposals about this as it is a huge topic.