It would be good to have a sample to demonstrate the Compensating Transaction Pattern
A potential scenario to use would be a Ticketek style seat booking system.
Their process works along the lines of:
- User starts a session
- User selects a seat which is reserved
- If payment fails or is not completed within a timeout a compensation is triggered to release the seats
It would be good to have a sample to demonstrate the Compensating Transaction Pattern
A potential scenario to use would be a Ticketek style seat booking system.
Their process works along the lines of: