Skip to content

Commit f633ac7

Browse files
DOCSP-45577 v1.14 rn and new sink processor
2 parents 03e25fc + 16dd1ba commit f633ac7

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
lines changed

config/redirects

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
define: prefix docs/kafka-connector
22
define: 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

66
symlink: current -> master
77

snooty.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ avro = "Avro"
2727
avro-converter = "Kafka Connect Avro Converter (Avro Converter)"
2828
protobuf-converter = "Kafka Connect Protobuf Converter"
2929
json-schema-converter = "Kafka Connect JSON Schema Converter"
30-
connector_version = "1.13"
30+
connector_version = "1.14"
3131
connector_patch_version = "1"
3232
connector_driver_version = "4.7"
3333
connector_version_github_tag = "master"

source/sink-connector/fundamentals/post-processors.txt

+9
Original file line numberDiff line numberDiff 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

192201
Configure the Document Id Adder Post Processor

source/whats-new.txt

+9
Original file line numberDiff line numberDiff 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

2231
What's New in 1.13.1

0 commit comments

Comments
 (0)