Quantcast
Channel: DocumentDb optimizing the resume of a non-partitioned change feed - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by Aravind Krishna R. for DocumentDb optimizing the resume of a...

In order to read change feed, you must use CreateDocumentChangeFeedQuery (which never resets ResponseContinuation), instead of ReadDocumentFeed (which sets to null when there are no more results). See...

View Article



DocumentDb optimizing the resume of a non-partitioned change feed

I am creating an un-partitioned change feed that I want to resume e.g. poll for new changes every X seconds. The checkpoint variable below holds the last response continuation response. private string...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images