How to do 2 phase commit between two micro-services(Spring-boot)?

Viewed 9132

I Have two mico-serives A and B where they connect to seperate database, From Mico-serives A i need to persist(save) objects of both A and B in same transtation how to achive this.

I am using Spring micro-servies with netflix-oss.Please give suggestions on best way to do achive 2 phase commit.

3 Answers
Related