The Wayback Machine - https://web.archive.org/web/20201117191853/https://github.com/eventflow/EventFlow/issues/703
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event snapshots in EventStore #703

Open
FinalFortune opened this issue Oct 20, 2019 · 3 comments
Open

Event snapshots in EventStore #703

FinalFortune opened this issue Oct 20, 2019 · 3 comments
Labels

Comments

@FinalFortune
Copy link

@FinalFortune FinalFortune commented Oct 20, 2019

Using extension provided from Eventflow.EventStores.EventStore I am able to save events to EventStore,
but it does not seem to use it as a snapshot store as my event store is reported as null for snapshots:
[Warning]: Trying to store aggregate snapshot 'EventAggregate' with ID 'event-677c06bf-c482-4b7a-b012-b96a45566358' in the NULL store. Configure another store!
is that yet to be implemented?

@rasmus
Copy link
Member

@rasmus rasmus commented Nov 10, 2019

No, there's no snapshot support for EventStore. You could either use in-memory or some other store

@rasmus rasmus added the question label Nov 10, 2019
@rasmus
Copy link
Member

@rasmus rasmus commented Nov 10, 2019

@rasmus
Copy link
Member

@rasmus rasmus commented Nov 10, 2019

Snapshots are merely a cache, thus you could also use Redis or Memcached. There's no current implementation though

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
You can’t perform that action at this time.