Postgres logical replication omits unchanged TOAST column values in CDC events for tables without replica identity FULL, causing downstream consumers to receive incomplete row state. Three solutions are explored: Debezium's built-in reselect post processor (simple but prone to data races and source DB load), Apache Flink
Table of contents
Debezium Reselect PostprocessorFlink DataStream APIFlink SQL With OVER AggregationFlink Process Table FunctionsSummary and DiscussionSort: