Skip to content

Commit ac519ac

Browse files
biniona-mongodbschmalliso
authored andcommitted
(DOCSP-19064) Move Ross' Write Strategy Example (#181)
1 parent 4842819 commit ac519ac

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

source/sink-connector/fundamentals/write-strategies.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -328,11 +328,8 @@ in MongoDB that matches the ``_id`` field of your sink record with the value of
328328
}
329329
}
330330

331-
For another example of a custom write model strategy, see
332-
:github:`this github repository <rozza/mongo-kafka-customization/blob/main/src/main/java/custom/writestrategy/UpsertAsPartOfDocumentStrategy.java>`.
333-
334-
.. TODO: Move this example to a repository in the MongoDB organization (10gen, mongodb, mongodb-university)
335-
and out of Ross' personal github account (rozza)
331+
For another example of a custom write model strategy, see the
332+
:github:`kafka-edu repository on GitHub <mongodb-university/kafka-edu/blob/main/custom-write-strategy-example/src/main/java/custom/writestrategy/UpsertAsPartOfDocumentStrategy.java>`.
336333

337334
How to Use Your Strategy
338335
~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)