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: modules/components/pages/inputs/postgres_cdc.adoc
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ input:
31
31
pg_standby_timeout: 10s
32
32
pg_wal_monitor_interval: 3s
33
33
max_parallel_snapshot_tables: 1
34
+
unchanged_toast_value: null
34
35
auto_replay_nacks: true
35
36
batching:
36
37
count: 0
@@ -374,6 +375,23 @@ Specify the maximum number of tables that are processed in parallel when the ini
374
375
375
376
*Default*: `1`
376
377
378
+
379
+
=== `unchanged_toast_value`
380
+
381
+
Specify the value to emit when unchanged <<receive-toast-and-deleted-values, TOAST values>> appear in the message stream. Unchanged values occur for data updates and deletes when `REPLICA IDENTITY` is not set to `FULL`.
Whether to automatically replay rejected messages (negative acknowledgements) at the output level. If the cause of rejections is persistent, leaving this option enabled can result in back pressure.
0 commit comments