azure-documentdb-changefeedprocessor-dotnet icon indicating copy to clipboard operation
azure-documentdb-changefeedprocessor-dotnet copied to clipboard

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,...

Results 23 azure-documentdb-changefeedprocessor-dotnet issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 9.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 9.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

I have an existing event store and lease documents; and I'm looking to migrate them to a new CosmosDB. What I'm seeing in my research is the existing `id` field...

This PR bumps the SDK version to the latest version to cover security updates

Hi there! I've been looking into cosmos DB's change feed integration with Azure Functions, and have been putting some thought into failure scenarios that may arise. Dropping documents changes on...

Can the ChangeFeed always be relied on to present the final version of a document in its correct sequence ? i.e. (under the same partition key value) if I insert...

None of the documentation for change feeds mention physical partitions, but those are the leased units. I don't believe any of my collections have more that 1 physical partition, so...

Once CosmosDb and change feed now is advertized as sor ot messaging/event sourcing store solution there are several questions that must be fully covered in the docs: 0. What API's...

Does change feed API support grouping consumers? E.g. like Kafka does. E.g. I have a feed that should be processed by 2 different groups of processors where 1. Every single...