WithStartTime on ChangeFeedProcessorBuilder #358
Answered
by
mumby0168
derek-andrew-govx
asked this question in
Q&A
-
Did I just miss how to configure WithStartTime on a change feed or is that not implemented? If not implemented, are there issues with it? If no issues, could that be added? |
Beta Was this translation helpful? Give feedback.
Answered by
mumby0168
Nov 8, 2023
Replies: 1 comment 3 replies
-
Hi @derek-andrew-govx what is your use case? Are you asking if there is any documentation around the use of WithStartTime or? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is the MS docs for it:
https://learn.microsoft.com/azure/cosmos-db/nosql/change-feed-processor?tabs=dotnet#starting-time
We don't expose this via the library at the minute, but it can be added to the options class here to allow this, see the links below:
https://github.com/IEvangelist/azure-cosmos-dotnet-repository/blob/main/src/Microsoft.Azure.CosmosRepository/ChangeFeed/ChangeFeedOptions.cs
Then it would need to be added here if set:
https://github.com/IEvangelist/azure-cosmos-dotnet-repository/blob/7430997c2d62ce9f6e0c26f124ca16bc4cd5d56a/src/Microsoft.Azure.CosmosRepository/ChangeFeed/DefaultConatinerChangeFeedProcessor.cs#L40C8-L50C10