Skip to content

Commit 5ef88ae

Browse files
Chris Choschmalliso
authored andcommitted
DOCSP-18788 postprocessor text fix (#175)
DOCSP-18788: postprocessors grammar fix
1 parent 91a847d commit 5ef88ae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,10 @@ result in a MongoDB collection.
4949

5050
Post processors perform data modification tasks such as generating
5151
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
5354
`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.
5556

5657
.. _sink-post-processors-specify:
5758

0 commit comments

Comments
 (0)