Azure / azure-documentdb-changefeedprocessor-dotnet

This library provides a host for distributing change feed events in partitioned collection across multiple observers. Instances of the host can scale up (by adding) or down (by removing) dynamically, and the load will be automatically distributed among active instances in about-equal way.
Other
51 stars 22 forks source link

Feature enhancement request: MinInc and MaxExc in IChangeFeedObserverContext #133

Closed JingleCEF closed 5 years ago

JingleCEF commented 5 years ago

Sometimes, this information is useful. Can you expose it on IChangeFeedObserverContext interface? Thanks!

JingleCEF commented 5 years ago

We have a workaround to use partitionId and there is no proof Min and Max is necessary in IChangeFeedObserverContext. Close the issue.