Changefeed process events from the day that is specified #424
Labels
bug
Something isn't working
help wanted
Extra attention is needed
up-for-grabs 🙏🏽
Happy to consider a pull review to address this issue
Hi
Im trying to add new projection to an exisitng project (sample from eventsourcing from this repo) and my assumption was that if I set StartTime (let say DateTime.MinValue.ToUniversalTime()) on ChangeFeedMonitoring when I configure ProjectionStore and register a new EvetItemProjection then projection should be executed for the new EventItemProjection even that the new projection is behind the others. I only see that in Lease container new items are register for the new ProcessorName that I did add but the new projection is not projected at all. What Im doing wrong or is this possible to be done?
Thanks in advance.
The text was updated successfully, but these errors were encountered: