Azure/azure-cosmos-python

ChangeFeed gets all the history records instead of current record.

Opened this issue · 0 comments

change feed implementation in python gets all the record even though

options['startFromBeginning'] is set to false and
options['startTime'] = time

https://github.com/Azure/azure-cosmos-python/blob/master/samples/ChangeFeedManagement/Program.py
line 68-84.