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
To allow for performant projection of streams, categories and logs, it would be good to automatically persist snapshots per projection such that projection can be resumed in the face of new events.
Such snapshots could leverage the event store itself for storage.
There may be a way to design this such that it is configured via a decorator on the Projector subclass.
The text was updated successfully, but these errors were encountered:
To allow for performant projection of streams, categories and logs, it would be good to automatically persist snapshots per projection such that projection can be resumed in the face of new events.
Such snapshots could leverage the event store itself for storage.
There may be a way to design this such that it is configured via a decorator on the
Projector
subclass.The text was updated successfully, but these errors were encountered: