You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: