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
{{ message }}
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.
How exactly should currentPersistenceIds and allPersistenceIds methods be used?
In code example below i can fetch events from eventstore, but i can't fetch any stream :(
Hi @revati
Sorry for lack of docs on this. currentPersistenceIds & allPersistenceIds require projections enabled on eventstore, you can enable this by running eventstore with additional command line argument --run-projections=all and then make sure you have streams enabled via web interface like: http://prntscr.com/92o7au
Hello, i can not figure this out.
How exactly should
currentPersistenceIds
andallPersistenceIds
methods be used?In code example below i can fetch events from eventstore, but i can't fetch any stream :(
The text was updated successfully, but these errors were encountered: