Now suppose you want to rollback invocations where the response is lost, so the caller never knew your service actually did something. This is an "orphaned" invocation of your service, leaving you with some garbage transaction data that you don't want. How can you deal with this?
We offer two solutions:
Either of these will make sure that orphaned invocations are cleaned up after some timeout.
Enjoy!
Add a comment