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.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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