Setup Heartbeats
Heartbeat tables and PostgreSQL publications
If thestreamkap_pub
publication created during PostgreSQL Setup was for specific tables e.g. CREATE PUBLICATION streamkap_pub FOR TABLE table1, table2, table3, ...;
instead of FOR ALL TABLES;
, you must add the heartbeat table to the publication ALTER PUBLICATION streamkap_pub ADD TABLE streamkap.streamkap_heartbeat;
.Verify
- Look for an entry in the heartbeat table with an updated timestamp after some minutes to verify this is working.