Test CDC
STEP 1 — Create a Test Table (Inside PDB)
Connect to Oracle inside the container:
Or:
Then create a test table:
Insert initial data:
✅ STEP 2 — Check the Kafka Topic List
On Kafka broker:
You should see something like:
✅ STEP 3 — Consume the CDC Events
Open a consumer:
Keep this terminal open.
✅ STEP 4 — Generate CDC Events in Oracle
Go back to SQLPlus:
Insert:
Update:
Delete:
✅ STEP 5 — Verify Events in Kafka Consumer
You should see JSON events like:
No comments to display
No comments to display