Postgres Connector and publication.autocreate.mode=disabled

14 views
Skip to first unread message

Radu Dudas

unread,
Aug 18, 2025, 10:10:53 AMAug 18
to debezium
Hello,

In a Java application I've created a Debezium connector to a Postgres db.
I created the publication and replication slot manually in the db and I've linked 2 tables with the publication.

In Java I've configured the connector using "publication.autocreate.mode=disabled", as I understood that Debezium will use the already created publication and monitor changes only in the tables linked with the publication.

But the application doesn't catch any change in those 2 tables, it does this only after I add the extra parameter "table.include.list" with the tables in question.

As a note, the Postgres user doesn't have the replication permission (Debezium complains at the start of the app) but I was able to create the publication manually in the db with the same user. 

Best regards,
Radu

Chris Cranford

unread,
Aug 18, 2025, 10:31:41 AMAug 18
to debe...@googlegroups.com
Hi Radu -

In general, the include/exclude lists should be optional.  Do you have the logs from where the connector did not capture changes when the `table.include.list` was not specified? If you do, it would be great if you could attach that file along with your full connector configuration.

Thanks,
-cc
--
You received this message because you are subscribed to the Google Groups "debezium" group.
To unsubscribe from this group and stop receiving emails from it, send an email to debezium+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/debezium/7ce12d3c-5266-4d9a-b691-5350b3238885n%40googlegroups.com.

Reply all
Reply to author
Forward
0 new messages