We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I created a junit with the code from https://github.com/Azure-Samples/azure-cosmos-java-sql-api-samples/blob/fb3cee8e3d8faa69d97f6a61d4bf0633992426d0/src/main/java/com/azure/cosmos/examples/changefeed/SampleChangeFeedProcessorForAllVersionsAndDeletesMode.java
but when I run it with Cosmos DB emulator, I don't received messages with ChangeFeedProcessor and handleAllVersionsAndDeletesChanges.
I'm using the latest docker image version for the emulator : mcr.microsoft.com/cosmosdb/linux/azure-cosmos-emulator:latest
mcr.microsoft.com/cosmosdb/linux/azure-cosmos-emulator:latest
I created a project to reproduce the issue.
I have few tests
src/test/java/com/example/demoredis/CosmosDBTests.java (with .handleChanges and it works) src/test/java/com/example/demoredis/CosmosDBFeed3Tests.java : SampleChangeFeedProcessorForAllVersionsAndDeletesMode (doesn't work)
here the logs for CosmosDBFeed3Tests
[debug.log](https://github.com/Azure/azure-cosmos-db-emulator-docker/files/10297050/debug.log)
here my source code demo-cosmos-feed-update.zip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I created a junit with the code from https://github.com/Azure-Samples/azure-cosmos-java-sql-api-samples/blob/fb3cee8e3d8faa69d97f6a61d4bf0633992426d0/src/main/java/com/azure/cosmos/examples/changefeed/SampleChangeFeedProcessorForAllVersionsAndDeletesMode.java
but when I run it with Cosmos DB emulator, I don't received messages with ChangeFeedProcessor and handleAllVersionsAndDeletesChanges.
I'm using the latest docker image version for the emulator :
mcr.microsoft.com/cosmosdb/linux/azure-cosmos-emulator:latest
I created a project to reproduce the issue.
I have few tests
src/test/java/com/example/demoredis/CosmosDBTests.java (with .handleChanges and it works)
src/test/java/com/example/demoredis/CosmosDBFeed3Tests.java : SampleChangeFeedProcessorForAllVersionsAndDeletesMode (doesn't work)
here the logs for CosmosDBFeed3Tests
here my source code
demo-cosmos-feed-update.zip
The text was updated successfully, but these errors were encountered: