Post #2563117
2026-05-04 05:27 UTC
@jitterted@sfba.social Thanks for the pointers! I never got my foot into the ES door before, so I only observed from a distance, but this weekend I got hooked and am on my way to learning more :) I now had a look at those slides and they are useful, will definitely watch your talks!
ES makes a lot of sense to me, but questions like «Where will I hit limitations in production?» «Can I work around them?» or «What if we refactor to different events?» are what I need to explore more.
Replies (1)
-
@jitterted@sfba.social 2026-05-05 16:47
@peter@mastodon.gassner.io Yes, in my experience, I really needed to implement a small example app to see what Event Sourcing felt like. I wouldn't worry (yet) about production limitations, for the most part, there aren't any to worry about when you're just learning. In terms of refactoring to different events, generally I don't think that happens much. Either you will create new events, or add new properties to existing events, but those are easier to work with than trying to rename properties or remove them.