cosmos changefeeder Flashcards

1
Q

Monitored container

A

has the data from which the change feed is generated. Any inserts and updates to the monitored container are reflected in the change feed of the container.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Lease container

A

acts as a state storage and coordinates processing the change feed across multiple workers. The lease container can be stored in the same account as the monitored container or in a separate account.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Delegate

A

is the code that defines what you, the developer, want to do with each batch of changes that the change feed processor reads.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Compute instance

A

A compute instance hosts the change feed processor to listen for changes. Depending on the platform, it could be represented by a VM, a kubernetes pod, an Azure App Service instance, an actual physical machine. It has a unique identifier referenced as the instance name throughout this article.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly