azure-cosmos-dotnet-v3: Change feed processor cannot read from the beginning
Describe the bug
A ChangeFeedProcessor
configured to read from the beginner per this page is never fed any records.
To Reproduce Clone https://github.com/CMihalcik/cosmosdb-change-feed-from-beginning, add Cosmos credentials and run.
Expected behavior
The processor’s ChangesHandler
delegate is called with the earliest items in the collection.
Actual behavior
The processor’s ChangesHandler
delegate is never called.
Environment summary SDK Version: 3.3.2 OS Version: macOS 10.13.6
Additional context When the change feed processor is configured this way, it doesn’t seem to be called with any items, even those created after the processor is started.
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 22 (11 by maintainers)
I haven’t looked at your example, was only trying to rule out stupid stuff 😉 (I’m still using V2 as some critical features I rely on are missing in the V3 rendition so far); perhaps the team will respond in due course.