Azure Cosmos DB—Event driven architectures with Change Feed Processor library
Published date: August 24, 2017
Build event-driven architectures and receive a real-time stream of database updates with Azure Cosmos DB change feed. Change feed enables reactive programming models for IoT telemetry and e-commerce ordering pipelines. Reading change feed across multiple partitions is easy with the Change Feed Processor library now available as a Nuget package for .NET development. The Change Feed Processor library facilitates distributing change feed event processing across multiple consumers. This library provides a thread-safe, multi-process, safe runtime environment, with checkpoint and partition lease management for large-scale distributed event processing applications.