Here I am trying to running the embedded Debezium engine using springboot which connect to postgress database. When the service run it able to connect to the database and also create the replication slot, but after running for sometime, the replication slot drops on its own in postgres database which lead to broken connection with debezium.
Can anyone let me know the reason, why replication slot drops from postgres on its own?