Skip to content

[cdc] Support PostgreSQL jsonb type in postgres sync - #9020

Open
ArnavBalyan wants to merge 1 commit into
apache:masterfrom
ArnavBalyan:arnavb/jsond-pg
Open

[cdc] Support PostgreSQL jsonb type in postgres sync#9020
ArnavBalyan wants to merge 1 commit into
apache:masterfrom
ArnavBalyan:arnavb/jsond-pg

Conversation

@ArnavBalyan

Copy link
Copy Markdown
Member

Purpose

  • Postgres sync fails when the source table has a JSONB column: `UnsupportedOperationException: Doesn't support 'jsonb'.
  • Debezium already emits jsonb values as plain json strings (io.debezium.data.Json), same as the supported json type.
  • Map the jsonb type to string to support the same.

Tests

  • UT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant