We currently have a task where we want to
- Make a change to our sql data
- Send out an event to eventstore about the change
These 2 operations should be synched, so that no event is emitted if the sql update fails and vice versa.
Do You have any good examples or documentation for how to achieve this?
In some old interview(2013) it was said that you supported distributed transactions, is this still the case?
Searched the topics, found another similar request where Greg noted that an example should exist somewhere,
I have not been able to find it, do you have a link for it?
Thank You