AZ-204 · Question #318
Drag and Drop Question You are implementing an Azure solution that uses Azure Cosmos DB and the latest Azure Cosmos DB SDK. You add a change feed processor to a new container instance. You attempt to
The correct answer is Change feed estimator; Dead-letter queue. The Change Feed Estimator is used to monitor the progress of the change feed processor instance by providing metrics on how far behind the processor is relative to the current state of the change feed. The Dead-letter Queue handles documents that cannot be processed successfully
Question
Exhibit
Answer Area
Drag items
Correct arrangement
- Change feed estimator
- Dead-letter queue
Explanation
The Change Feed Estimator is used to monitor the progress of the change feed processor instance by providing metrics on how far behind the processor is relative to the current state of the change feed. The Dead-letter Queue handles documents that cannot be processed successfully by routing failed documents (like the one unreadable document in the batch) to a separate queue, preventing the processor from retrying the entire batch and allowing processing to continue with the remaining documents.
Topics
Community Discussion
No community discussion yet for this question.
