File tree Expand file tree Collapse file tree 4 files changed +20
-2
lines changed
sink-connector/fundamentals Expand file tree Collapse file tree 4 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 11define: prefix docs/kafka-connector
22define: base https://www.mongodb.com/${prefix}
33
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
55
66symlink: current -> master
77
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ avro = "Avro"
2727avro-converter = " Kafka Connect Avro Converter (Avro Converter)"
2828protobuf-converter = " Kafka Connect Protobuf Converter"
2929json-schema-converter = " Kafka Connect JSON Schema Converter"
30- connector_version = " 1.13 "
30+ connector_version = " 1.14 "
3131connector_patch_version = " 1"
3232connector_driver_version = " 4.7"
3333connector_version_github_tag = " master"
Original file line number Diff line number Diff line change @@ -187,6 +187,15 @@ sink connector.
187187 | For information on configuration, see the
188188 :ref:`Renaming by Regular Expression Example <field-renamer-regex-example>`.
189189
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+
190199.. _sink-post-processors-document-id-adder:
191200
192201Configure the Document Id Adder Post Processor
Original file line number Diff line number Diff line change @@ -17,6 +17,15 @@ What's New
1717.. meta::
1818 :keywords: bug fix, features
1919
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+
2029.. _kafka-connector-whats-new-1.13.1:
2130
2231What's New in 1.13.1
You can’t perform that action at this time.
0 commit comments