If we implement micro services , or restful programming where we distribute actions to multiple urls ,
how do we leverage this for
1.concurrent transactions like posting a sales order for a specific PO , can we implement parallel processing between multiple servers
2. If we want to delink database to each app server to achieve non monolithic architecture how do we ensure data is consistent , partition db and distribute number ranges ?