ReadyFlow: PostgreSQL CDC to Kudu
You can use the PostgreSQL CDC to Kudu ReadyFlow to retrieve CDC events from a PostgreSQL source table and stream them to a Kudu destination table.
This ReadyFlow uses Debezium to retrieve CDC events (INSERT, UPDATE, DELETE) from a PostgreSQL source table to stream the events to a Kudu destination table. Failed Kudu write operations are retried automatically to handle transient issues. Define a KPI on the failure_ModifyKuduTable connection to monitor failed write operations.
PostgreSQL CDC to Kudu ReadyFlow details | |
---|---|
Source | PostgreSQL Table |
Source Format | PostgreSQL Table |
Destination | Kudu |
Destination Format | Kudu Table |