juicycleff / nestjs-event-store

NestJS CQRS module for EventStore.org. It requires @nestjs/cqrs
https://xraph.com
MIT License
199 stars 29 forks source link

position of events #39

Closed peterDijk closed 2 years ago

peterDijk commented 2 years ago

Hi, I can't find an option how to receive the position # of the event, it only passes data in the eventhandlers - when I do I can store the last checkpoint and pass that in the registerFeature subscription options.

Is it possible to get the position number of the events?