Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 1.5.0.Beta1
-
Component/s: postgresql-connector
-
Labels:None
Description
`PgOutputMessageDecoder.getTablePrimaryKeyColumnNamesFromDatabase` returns a `Set` and does not otherwise honor the primary keys' `KEY_SEQ`.
This leads to published messages with keys defined in the incorrect order, and further downstream issues from there.