Does iterating on features that require replays usually involve downtime? #176
Unanswered
davidharting
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There may be some bad assumptions built into this question! Please point that out if I'm being wrong-headed here.
I've read through the docs and listened to Daniel on podcasts, and drawn two conclusions that seem to contradict a little
handle()
methods minimal. Just what the UI needs.handled()
d model tables, and replay. Downtime while waiting for that).For an event-sourced app with active users and active development, does this cause tension?
If replaying events were free, you would want to do so as part of every deployment, just like migrations(right?). But they may involve downtime, so do you need to plan for when you replay events and fully release new features that involve updated projected models?
Curious what folks with production experience on Verbs have to say about this! Is this tension real?
Beta Was this translation helpful? Give feedback.
All reactions