Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic

connect-cdc-postgres

Étoiles5
Forks3
Mis à jour2 juillet 2026 à 22:45

Streams change data capture (CDC) from PostgreSQL into Redpanda or Kafka using Redpanda Connect's postgres_cdc input — logical replication via the WAL (pgoutput), optional initial snapshot, replication slots, and publications. Use when: capturing inserts/updates/deletes from PostgreSQL into Redpanda or Kafka; configuring the postgres_cdc input (formerly pg_stream); setting up PostgreSQL logical replication (wal_level=logical); creating replication slots or publications; enabling stream_snapshot to back-fill existing rows before streaming changes; routing per-table CDC events to separate topics with Bloblang; using AWS IAM auth for RDS or Aurora PostgreSQL; tuning checkpoint_limit, heartbeat_interval, or max_parallel_snapshot_tables; understanding the lsn/operation/table/schema/commit_ts_ms/before message metadata emitted by the connector (before carries the pre-change row for updates/deletes, subject to REPLICA IDENTITY); troubleshooting slot growth or WAL accumulation; or asking about the Enterprise license

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.

Explorateur de fichiers
6 fichiers
SKILL.md
readonly