You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/connectors/postgresql.asciidoc
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,13 @@ It is possible to monitor PostgreSQL database running in https://aws.amazon.com/
53
53
* Set `plugin.name` Debezium parameter to `wal2json`. Note that RDS is running older version of the plug-in. We are trying to detect that it is the case but the detection is not 100 % reliable. In case of problems use `wal2json_rds` value to manually override the detection routine.
54
54
* Use database master account for replication as RDS currently does not support setting of `REPLICATION` privilege for another account.
55
55
56
+
==== Known limitations
57
+
The `wal2json` plug-in used in Amazon RDS environment is not fully up-to-date with the recent additions to the upstream project.
58
+
Till the plug-in is updated please expect certain limits in capabilities vs the plug-in version used by Debezium.
59
+
60
+
* The replication message does not carry information about type contraints like length or scale or `NULL`/`NOT NULL`.
61
+
Debezium is thus not able to detect changes in type constraints (https://issues.jboss.org/browse/DBZ-504[DBZ-504]).
0 commit comments