walex icon indicating copy to clipboard operation
walex copied to clipboard

Need a way to ack the wal

Open chasers opened this issue 1 year ago • 0 comments
trafficstars

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.

chasers avatar Sep 13 '24 18:09 chasers