Azure / azure-cosmosdb-java

Java Async SDK for SQL API of Azure Cosmos DB
MIT License
54 stars 61 forks source link

Add simple test case for change feed processor and other fixes #191

Closed milismsft closed 5 years ago

milismsft commented 5 years ago

The test creates a bunch of documents and compare them with what change feed processor receives.

Fix couple bugs in the implementation of change feed processor including an issue related to continuation tokens which were previously not correctly retrieved.


This change is Reviewable

christopheranderson commented 5 years ago

closed by #199