In my new microservices arch we are planning to 2PC protocol to handle distributed TX mgmt as we are using Oracle shared DB. I am unable to find any right implementation over the web. Is there any link having proper implementation for the same?
A proper documentation on how to implement 2Pc protocol using java spring boot