Guides agents through Debezium and Kafka Connect CDC workflows. Use when streaming database changes into Kafka topics, managing connectors, snapshots, schema evolution, or downstream CDC consumers.
Installation
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Guides agents through Debezium and Kafka Connect CDC workflows. Use when streaming database changes into Kafka topics, managing connectors, snapshots, schema evolution, or downstream CDC consumers.
Debezium And Kafka Connect CDC
Overview
Use this skill when database changes must be captured and delivered through Debezium and Kafka Connect. It helps agents define connector safety, snapshot behavior, schema handling, and downstream CDC contracts.
When to Use
setting up Debezium connectors for PostgreSQL, MySQL, MongoDB, SQL Server, or Oracle
designing Kafka-based CDC from transactional databases
handling initial snapshots, incremental streaming, and connector recovery
feeding downstream stream processors, lakehouse sinks, or search indexes
managing schema evolution when source tables change
Do not use this when changes can be captured through application-level events or batch extracts are sufficient for freshness requirements.
Workflow
Define source tables, keys, and change event semantics.
Include:
which tables to capture and which to exclude
primary key and unique key strategy for each table