Redpanda Connect v4.99.0 adds full CDC semantics to its Iceberg output, enabling row-level insert, upsert, and delete operations. Previously append-only, the Iceberg output now accepts a `row_operation` field and `identifier_fields` key to apply change events directly to Iceberg tables. This eliminates the need for a multi-service stack (Kafka Connect, Debezium, transform, Iceberg sink) and supports CDC sources including PostgreSQL, MySQL, SQL Server, OracleDB, and DynamoDB. The result is a single pipeline definition that keeps a lakehouse table in real-time sync with the source database.
Table of contents
The two fields that make it work #Your lakehouse can now mirror the database #Check our CDC catalog #2.9K Impressions