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

Need a way to ack the wal #73

Open
chasers opened this issue Sep 13, 2024 · 0 comments · May be fixed by #74
Open

Need a way to ack the wal #73

chasers opened this issue Sep 13, 2024 · 0 comments · May be fixed by #74

Comments

@chasers
Copy link

chasers commented Sep 13, 2024

Postgres sends these messages, and then based on the reply discards the wal up to that position.

As a developer I should be able to have my event handler update this wal position such that Postgres doesn't discard the wal until I know my work is done.

  • eg I should be able to write to S3 and then on successful write, make a call to update the latest successful position I have internally.
  • Then this keepalive handler should call for the latest successful position and report that back to Postgres.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant