--
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 on the web visit https://groups.google.com/d/msgid/debezium/94fe1ecf-7cad-4201-8edc-b0c95779d646n%40googlegroups.com.
For some more context, I have deployed Debezium against a bunch of other DBs, however all tables within them contain PKs. This is our first time coming across a DB without PK set. With this DB, we are receiving messages from all tables that have a PK, but the table (device_health_checks) we do not get messages and result in slot lag growing fast due to messages not being flushed.
Attached is the application.properties (omitting some sensitive info)
I also should include that we have implemented a custom ChangeConsumer as such:
Let me know if anything seems off to you!
To view this discussion on the web visit https://groups.google.com/d/msgid/debezium/073e4cae-c2b4-4d4b-9b74-f1b9f126d83bn%40googlegroups.com.
2023-09-12 18:04:29,839 INFO [io.deb.con.pos.PostgresSchema] (debezium-postgresconnector-my-server-change-event-source-coordinator) REPLICA IDENTITY for 'public.device_health_settings' is 'DEFAULT'; UPDATE and DELETE events will contain previous values only for PK columns
2023-09-12 18:04:29,840 INFO [io.deb.con.pos.PostgresSchema] (debezium-postgresconnector-my-server-change-event-source-coordinator) REPLICA IDENTITY for 'public.device_health_checks' is 'FULL'; UPDATE AND DELETE events will contain the previous values of all the columns
2023-09-12 18:04:29,842 INFO [io.deb.con.pos.PostgresSchema] (debezium-postgresconnector-my-server-change-event-source-coordinator) REPLICA IDENTITY for 'public.device_health_history' is 'DEFAULT'; UPDATE and DELETE events will contain previous values only for PK columns
2023-09-12 18:04:29,843 INFO [io.deb.con.pos.PostgresSchema] (debezium-postgresconnector-my-server-change-event-source-coordinator) REPLICA IDENTITY for 'public.dbz_heartbeats' is 'DEFAULT'; UPDATE and DELETE events will contain previous values only for PK columns