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
Per a conversation with @vhf, event log readers that rely on new_events = select * from events where id > $last_event_id can miss events if the following scenario obtains:
So after some further thought, maybe logical replication is the answer here. It would certainly solve the issue of missing inserts. Need to do some testing.
Per a conversation with @vhf, event log readers that rely on
new_events = select * from events where id > $last_event_id
can miss events if the following scenario obtains:https://gist.github.com/vhf/d11f24f8ab3bb46e35dc9ccef6784eee
Will followup with additional discussion.
The text was updated successfully, but these errors were encountered: