- Exercise: Process change feed events using the Azure Cosmos DB SQL API SDK
6
- Implement a delegate for the change feed processor
7
- Implement the change feed processor
8
- Implement the change feed estimator
9
- Manipulating change feed consumption
10
- Where to host the change feed processor
11
- Knowledge Check
12
- Summary and conclusion
Description:
Explore the process of consuming an Azure Cosmos DB SQL API change feed using the SDK in this comprehensive video tutorial. Learn how to create a change feed processor in the .NET SDK and author a delegate to handle batches of changes in client-side applications. Dive into change feed design patterns, understand SDK features, and complete hands-on exercises. Discover implementation techniques for change feed processors, estimators, and consumption manipulation. Gain insights on where to host the change feed processor and test your knowledge with a quiz. Perfect for developers looking to enhance their skills in Azure Cosmos DB and change feed processing.
Consume an Azure Cosmos DB SQL API Change Feed Using the SDK