Skip to content

Enhanced Data Type Support and CDC Configuration for Postgres #802

@vikaxsh

Description

@vikaxsh

Problem

Postgres data type handling is currently fragmented, with many complex types falling back to string serialization. Additionally, CDC configuration options are too restrictive for advanced users.

  • Complex types (json, jsonb, uuid, etc.) often fall back to string serialization.
  • Manual OID mapping is incomplete and hard to maintain.
  • Plugin configuration cannot accept custom replication parameters.

Solution

  • Refactor type mapping to use structured types instead of strings.
  • Use pgtype for automatic OID resolution.
  • Expose plugin arguments in CDC driver configuration.

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions