Hi, all Currently, service comb saga transaction-manager have implemented “confirm” and “cancel” process based on micro-service. Due to saga model have’t ensure resource isolation,it need to deal with the concurrent problem in business application. We want to discuss whether it is possible to add a try interface within service comb saga transaction manager. Within “try” interface, users can lock resource before “confirm” process execution.
Best Wishes & Regards