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

Pr/log server timestamp #98

Closed kadukf closed 6 years ago

kadukf commented 6 years ago

In order to do better diagnosing process, it's good to log "expired/stuck" partitions.

Q: could we also open it on ILease? So that in case I write my own balancer I will have also server time and in case of time skew I could detect it.

@mkolt : wdyt?