FeedIterator.HasMoreResults returns false in azure hosting #2095
Unanswered
Daniel-Guenter
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Everything looks correct. This seems like a bug. Does this reproduce if you use a new container? Can you create an issue for this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to get the pull model of the change feed working as described here.
https://docs.microsoft.com/en-us/azure/cosmos-db/change-feed-pull-model
I am using version 3.15.2-preview of the .net sdk. When I use this code against my local emulator everything works fine. HasMoreResults is always true as described in the documentation. However when I use a cosmos DB hosted in azure, the HasMoreResults returns false immediately. Even I loop and wait for HasMoreResults to be true it will never return any results. I know the connection and the container are fine because I can query the data fine with a GetItemQueryIterator.
Am I missing some setup to get the change feed to work in azure?
Beta Was this translation helpful? Give feedback.
All reactions