Comment on Change Data Capture: The Magic Wand We ForgotparentComments−boothead11yI didn't explain properly. I meant that I think the things that should be stored are things like. CustomerCreated { stuff } CustomerMadeOrder { custId, stuff } ItemAddedToOrder { orderId, stuff } etc.. This is the event sourcing view of the world.−ZenoArrow11yWhat advantages does this give you? It appears to be the log data with extra metadata, grouped by action, is this a fair assessment? In that case, what value do you gain from the extra metadata and the groupings?−atrilumen11yRight on. Domain events.
Comments
I didn't explain properly. I meant that I think the things that should be stored are things like.
This is the event sourcing view of the world.What advantages does this give you? It appears to be the log data with extra metadata, grouped by action, is this a fair assessment? In that case, what value do you gain from the extra metadata and the groupings?
Right on. Domain events.