event sourcing: how to apply event from eventstoredb to sql db synchronously and also in the same transaction?

48 Views Asked by At

how to apply event from eventstoredb to sql db synchronously and also in the same transaction?

I found this image

event sourcing architecture

there is event handler, which will solve mhy question, but I don't know what it is, is it a built-in feature in eventstoredb or we have to build it?

0

There are 0 best solutions below