Create table and test
Connect to PostgreSQL
If your DB name is mydb:
OR using the Debezium user (read-only but good for testing SELECT):
✅ 2. Create a table
Inside psql:
Debezium will track this table because:
-
You created a publication with
FOR ALL TABLES -
Debezium captures all changes in the
publicschema
✅ 3. Insert sample data
✅ 4. Query table to confirm
You should see:
📡 5. Verify Debezium CDC events (optional)
In Kafka, list topics:
Expected:
Consume the topic:
No comments to display
No comments to display