We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6c2ea1 commit c8ee6fdCopy full SHA for c8ee6fd
content/integrate/redis-data-integration/data-pipelines/data-pipelines.md
@@ -131,6 +131,11 @@ targets:
131
# cert: ${TARGET_DB_CERT}
132
# cacert: ${TARGET_DB_CACERT}
133
# 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==
139
```
140
141
The main sections of the file configure [`sources`](#sources) and [`targets`](#targets).
0 commit comments