Skip to content

Need a way to ack the walΒ #73

Open
@chasers

Description

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.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions