Skip to content

Commit 4682d8a

Browse files
authored
DOC-997 Add unchanged_toast_value to postgres_cdc (#169)
1 parent 8f28598 commit 4682d8a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

modules/components/pages/inputs/postgres_cdc.adoc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ input:
3131
pg_standby_timeout: 10s
3232
pg_wal_monitor_interval: 3s
3333
max_parallel_snapshot_tables: 1
34+
unchanged_toast_value: null
3435
auto_replay_nacks: true
3536
batching:
3637
count: 0
@@ -374,6 +375,23 @@ Specify the maximum number of tables that are processed in parallel when the ini
374375

375376
*Default*: `1`
376377

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`.
382+
383+
*Type*: `any`
384+
385+
*Default*: `null`
386+
387+
```yml
388+
# Examples
389+
390+
unchanged_toast_value: __redpanda_connect_unchanged_toast_value__
391+
392+
unchanged_toast_value: {"$": "unchanged_toast_value"}
393+
```
394+
377395
=== `auto_replay_nacks`
378396

379397
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

Comments
 (0)