Skip to Content
0
Sep 04, 2020 at 06:03 AM

Micro services for transaction systems OLTP

248 Views

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 ?