Redpanda Connect v4.83.0 introduces a native Oracle CDC connector (`oracledb_cdc`) that captures inserts, updates, and deletes from Oracle databases using LogMiner and streams them as structured events. It eliminates the need for Debezium on Kafka Connect, requiring no JVM, no separate Connect cluster, and no external offset storage. The connector handles initial table snapshots, transitions to streaming mode from redo logs, supports regex-based table filtering, and automatically tracks schema changes via Oracle's `ALL_TAB_COLUMNS`. It integrates with Schema Registry for Avro encoding and supports Oracle Wallet for secure credential management in regulated environments. The entire pipeline runs as a single Go binary with a minimal YAML config.
Table of contents
From Oracle to Redpanda in 20 lines of YAML #Schema tracking that doesn't bite you at 3 am #Connecting to regulated environments #One binary. No JVM. No Connect cluster. #Get started #Sort: