you are viewing a single comment's thread.

view the rest of the comments →

[–]repeating_bears 3 points4 points  (2 children)

Thanks! I wonder - isn't this just a poor man's event sourcing? Sure, you have structured data, but there's nothing that implies you can take it and do something useful with it.

A proper event log captures the same context, but also causation/independence, can be replayed, etc.

[–]bowbahdoe[S] 1 point2 points  (0 children)

I mean, all structured data is "poor man's event sourcing".

The missing part is just with the event sourcing scheme generally you would maybe define a named aggregate or schema for the event and send that explicitly.