Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PG: emits Watch API checkpoints outside of changes #2063

Closed
wants to merge 1 commit into from

Conversation

vroldanbet
Copy link
Contributor

the Watch API loop does not emit checkpoints outside of changes, making it hard for clients to
distinguish between actual lagging and a system
that isn't observing any changes.

For example, CockroachDB datastore implementation
will emit checkpoints even if no changes are emitted.

the Watch API loop does not emit checkpoints outside
of changes, making it hard for clients to
distinguish between actual lagging and a system
that isn't observing any changes.

For example, CockroachDB datastore implementation
will emit checkpoints even if no changes are emitted.
@github-actions github-actions bot added the area/datastore Affects the storage system label Sep 16, 2024
@vroldanbet vroldanbet closed this Sep 16, 2024
@vroldanbet vroldanbet deleted the pg-watch-checkpoints-outside-changes branch September 16, 2024 15:28
@github-actions github-actions bot locked and limited conversation to collaborators Sep 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/datastore Affects the storage system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant