Buradasın
PostgreSQL Connector Configuration Properties
debezium.io/documentation/reference/stable/connectors/postgresql.htmlYapay zekadan makale özeti
- Basic Configuration
- Connector requires unique name and Java class name
- Supports decoderbufs and pgoutput logical decoding plug-ins
- Uses single task by default
- Requires PostgreSQL server details and database connection credentials
- Data Processing
- Supports time/date/timestamp handling with various precision options
- Handles DECIMAL/NUMERIC values using BigDecimal or string encoding
- Supports hstore and interval column types
- Enables encrypted connection with SSL certificate verification
- Filtering and Customization
- Allows schema and table filtering using regular expressions
- Supports custom message keys based on table columns
- Enables binary data representation options
- Provides schema name and field name conversion options
- Publication Management
- Creates publication for streaming changes using pgoutput
- Supports filtering by tables and schemas
- Allows custom publication creation for specific tables
- Can be configured to use existing or create new publications