agentultra / postgresql-replicant

A streaming PostgreSQL logical replication client library for Haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow user to notify replicant when a change has been consumed/committed/etc

agentultra opened this issue · comments

We need an interface for the user to send an LSN in to tell replicant that they've committed/consumed the change and replicant will update its internal state of the stream and notify postgres the next time it sends an update.