-
Notifications
You must be signed in to change notification settings - Fork 49
ChangeFeedProcessor support request #176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Currently, the Cosmos DB Emulator does not support the change feed feature, as confirmed in To resolve this, the recommended approach is to use an Azure Cosmos DB instance in a test environment, as it fully supports the change feed functionality, including continuation tokens. If using the cloud instance is not feasible, an alternative is to manually handle continuation tokens and implement a polling mechanism for detecting changes. However, this may not fully replicate the behavior of the change feed in the cloud. Would appreciate any updates on future support for this in the emulator. |
@UKR555 The point of this post is to request support. I think @david-cag is well aware it's not supported. Is there any roadmap to add this support? |
@MattHartz @david-cag There is a separate issue #152 on change feed support, is that the same request as this? |
Hi! |
Is your feature request related to a problem? Please describe.
We currently uses change feed features in CosmosDB cloud service and we wanted to validate our tests againts a local cosmosdb instance but @TheovanKraay answered us in this ticket that is not currently supported:
Azure/azure-sdk-for-java#44393 (comment)
Describe the solution you'd like
Same behaviour as Azure CosmosDB cloud instance. Transparent management of continuationTokens.
Describe alternatives you've considered
We have holded docker instance usage for testing pourposes due this feature block us our business flow scenarios but with the proper guidance we are open to look for a way to mitigate continuation token errors (although change events will continue to be ignored).
Setup (please complete the following information):
The text was updated successfully, but these errors were encountered: