Back to Tags
Kafka Connect
2 items tagged with "kafka-connect"
Filter by type:
Tutorials2
Tutorial
How to stream database changes with Debezium CDC
Capture row-level changes from PostgreSQL using Debezium and Kafka Connect, producing an ordered stream of insert, update, and delete events.
Tutorial
How to load Kafka topics into a database with Kafka Connect
Use a Kafka Connect sink connector to stream topic data into a relational database with no custom consumer code.