Hello All,
I am using Postgres Debezium Source Connector for the source database on AWS RDS. Sometimes, my server ( the one hosting Debezium) shutdown and the replication slot size grows. To avoid this, I delete the replication slots so I do not run into storage issues as this setup is currently in dev only.
I need to know how this should be approached once I put this thing in prod, as deleting the replication slot is just a workaround.
Another query is, if I create a new source connector, how can I ensure it should take changes from the time when the last connector left?
Regards
Mukesh