supabase / pg_replicate

Build Postgres replication apps in Rust
Apache License 2.0
596 stars 22 forks source link

Handle replication connection disconnections #10

Open imor opened 6 months ago

imor commented 6 months ago

Currently if the replication connection is dropped, the process exits with an error. The connection should be reestablished when dropped.