supabase / pg_replicate

Build Postgres replication apps in Rust
Apache License 2.0
559 stars 19 forks source link

send status update at regular intervals #21

Open imor opened 2 months ago

imor commented 2 months ago

Currently the status updates to Postgres can be delayed if the sink takes a long time to handle events. Sending status updates should be decoupled from the sink latency to handle events and it should be sent at regular intervals regardless.