You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You added a new aggregate of Consumer type and need to populate the read only side.
you are in Dev mode and want to deploy to Prod and have also introduced new events too. So you need those events to be run and consumers to create new read only data.
there are probysome side edges I am missing too in my use cases.
I am using Rita with wasm and if course Jetstream as a bit of a thought experiment.
The text was updated successfully, but these errors were encountered:
I had prototyped an abstraction for a "read model" which is built on a consumer. This can be an ephemeral one which exists for the duration of a process or a durable one which will "resume" or "catch-up" from where it left off.
This means if new events are stored that the consumer has interest in, those would be then delivered/consumed by the read model.
Is the question geared towards this abstraction and less about how it works?
Hey @bruth
do you have a plan / solution for replay ?
Use cases:
You added a new aggregate of Consumer type and need to populate the read only side.
you are in Dev mode and want to deploy to Prod and have also introduced new events too. So you need those events to be run and consumers to create new read only data.
there are probysome side edges I am missing too in my use cases.
I am using Rita with wasm and if course Jetstream as a bit of a thought experiment.
The text was updated successfully, but these errors were encountered: