File tree 4 files changed +20
-2
lines changed
sink-connector/fundamentals
4 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
1
define: prefix docs/kafka-connector
2
2
define: base https://www.mongodb.com/${prefix}
3
3
4
- define: versions v1.0 v1.1 v1.2 v1.3 v1.4 v1.5 v1.6 v1.7 v1.8 v1.9 v1.10 v1.11 v1.12 v1.13 master
4
+ define: versions v1.0 v1.1 v1.2 v1.3 v1.4 v1.5 v1.6 v1.7 v1.8 v1.9 v1.10 v1.11 v1.12 v1.13 v1.14 master
5
5
6
6
symlink: current -> master
7
7
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ avro = "Avro"
27
27
avro-converter = " Kafka Connect Avro Converter (Avro Converter)"
28
28
protobuf-converter = " Kafka Connect Protobuf Converter"
29
29
json-schema-converter = " Kafka Connect JSON Schema Converter"
30
- connector_version = " 1.13 "
30
+ connector_version = " 1.14 "
31
31
connector_patch_version = " 1"
32
32
connector_driver_version = " 4.7"
33
33
connector_version_github_tag = " master"
Original file line number Diff line number Diff line change @@ -187,6 +187,15 @@ sink connector.
187
187
| For information on configuration, see the
188
188
:ref:`Renaming by Regular Expression Example <field-renamer-regex-example>`.
189
189
190
+ * - | **NullFieldValueRemover**
191
+ - | **Full Path:**
192
+
193
+ .. code-block:: none
194
+
195
+ com.mongodb.kafka.connect.sink.processor.NullFieldValueRemover``
196
+
197
+ | Removes all document fields that contain ``null`` values from the sink record.
198
+
190
199
.. _sink-post-processors-document-id-adder:
191
200
192
201
Configure the Document Id Adder Post Processor
Original file line number Diff line number Diff line change @@ -17,6 +17,15 @@ What's New
17
17
.. meta::
18
18
:keywords: bug fix, features
19
19
20
+ .. _kafka-connector-whats-new-1.14:
21
+
22
+ What's New in 1.14
23
+ ------------------
24
+
25
+ - Added support for removing all null valued fields in the output with the
26
+ ``NullFieldValueRemover`` prebuilt post processor. To learn more, see
27
+ :ref:`sink-post-processors-prebuilt-list`.
28
+
20
29
.. _kafka-connector-whats-new-1.13.1:
21
30
22
31
What's New in 1.13.1
You can’t perform that action at this time.
0 commit comments