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 91a847d commit 5ef88aeCopy full SHA for 5ef88ae
source/sink-connector/fundamentals/post-processors.txt
@@ -49,9 +49,10 @@ result in a MongoDB collection.
49
50
Post processors perform data modification tasks such as generating
51
the document ``_id`` field, projecting message key or value fields, and
52
-renaming fields. You can implement your own post processor by extending the
+renaming fields. You can use the prebuilt post processors included in the
53
+connector, or you can implement your own by extending the
54
`PostProcessor <https://github.com/mongodb/mongo-kafka/blob/master/src/main/java/com/mongodb/kafka/connect/sink/processor/PostProcessor.java>`_
-class or you can use one of the following prebuilt ones.
55
+class.
56
57
.. _sink-post-processors-specify:
58
0 commit comments