Skip to content

Commit c8ee6fd

Browse files
DOC-4607 added debezium_lob_encoded_placeholder prop to config.yaml
1 parent f6c2ea1 commit c8ee6fd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/integrate/redis-data-integration/data-pipelines/data-pipelines.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,11 @@ targets:
131131
# cert: ${TARGET_DB_CERT}
132132
# cacert: ${TARGET_DB_CACERT}
133133
# key_password: ${TARGET_DB_KEY_PASSWORD}
134+
#processors:
135+
# Enable Debezium LOB placeholders for tables that contain large binary objects.
136+
# Uncomment this property (and the `processors:` section) if your tables include
137+
# Oracle large objects (BLOB, CLOB, NCLOB).
138+
# debezium_lob_encoded_placeholder: X19kZWJleml1bV91bmF2YWlsYWJsZV92YWx1ZQ==
134139
```
135140

136141
The main sections of the file configure [`sources`](#sources) and [`targets`](#targets).

0 commit comments

Comments
 (0)