Jump to content

Connect SuperML | Leeroopedia MCP: Equip your AI agents with best practices, code verification, and debugging knowledge. Powered by Leeroo — building Organizational Superintelligence. Contact us at founders@leeroo.com.

Principle:Risingwavelabs Risingwave CDC PostgreSQL Streaming

From Leeroopedia
Revision as of 18:05, 16 February 2026 by Admin (talk | contribs) (Auto-imported from principles/Risingwavelabs_Risingwave_CDC_PostgreSQL_Streaming.md)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Knowledge Sources
Domains CDC, PostgreSQL, Streaming
Last Updated 2026-02-09 07:00 GMT

Overview

PostgreSQL-specific CDC streaming implementation using logical replication protocol and pgoutput message decoding.

Description

CDC PostgreSQL Streaming implements the PostgreSQL-specific change data capture mechanism using the logical replication protocol. It includes a pgoutput message decoder that parses the PostgreSQL logical replication stream messages (BEGIN, RELATION, INSERT, UPDATE, DELETE, COMMIT, TRUNCATE, ORIGIN, and TYPE messages), and a streaming change event source that manages the replication connection, slot management, and LSN (Log Sequence Number) tracking. The implementation patches upstream Debezium components to support RisingWave-specific requirements such as recovery-only snapshots and custom offset management.

Usage

Apply this principle when working with PostgreSQL CDC sources, debugging replication stream issues, or extending the pgoutput message handling.

Related Pages

Implemented By

Page Connections

Double-click a node to navigate. Hold to expand connections.
Principle
Implementation
Heuristic
Environment