electric-sql / electric

Sync little subsets of your Postgres data into local apps and services.
https://electric-sql.com
Apache License 2.0
6.47k stars 156 forks source link

Terminate electric admin endpoint #1923

Open balegas opened 2 weeks ago

balegas commented 2 weeks ago

We need a termination endpoint for Electric to cleanup storage and remove any existing replication slot.

Right now if someone wants to stop using Electric, they need to manually remove the replication slot from Postgres, otherwise WAL will keep growing.

balegas commented 2 weeks ago

Doesn't have to be an endpoint, can just be the terminate action