The idea is:
Like saga and distributed transactions.
My use case:
Implement compensation logic needs to take care of running it till completion.
When we update the state in multiple systems, if one fails, we roll back the changes in the other systems.
I think it would be beneficial to add this because:
Very important for a business logic workflow.
Any resources to support this?
Are you willing to work on this?
Yes, If the community can set up a design together.