File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
source/sink-connector/fundamentals Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -49,9 +49,10 @@ result in a MongoDB collection.
49
49
50
50
Post processors perform data modification tasks such as generating
51
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
52
+ renaming fields. You can use the prebuilt post processors included in the
53
+ connector, or you can implement your own by extending the
53
54
`PostProcessor <https://github.com/mongodb/mongo-kafka/blob/master/src/main/java/com/mongodb/kafka/connect/sink/processor/PostProcessor.java>`_
54
- class or you can use one of the following prebuilt ones .
55
+ class.
55
56
56
57
.. _sink-post-processors-specify:
57
58
You can’t perform that action at this time.
0 commit comments