Skip to content

Commit 2bb70e9

Browse files
authored
(DOCSP-21747) Add Java examples (#133)
* (DOCSP-21747) Add Java examples
1 parent 900bd29 commit 2bb70e9

File tree

3 files changed

+361
-107
lines changed

3 files changed

+361
-107
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.. note::
2+
3+
The connector reads from your MongoDB
4+
deployment's change stream. To generate change events on the change
5+
stream, perform update operations on your database.
6+
7+
To learn more about change streams, see
8+
:manual:`Change Streams </changeStreams>` in the MongoDB
9+
manual.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.. note::
2+
3+
Call the ``trigger`` method on the ``DataStreamWriter`` you create
4+
from the ``DataStreamReader`` you configure.

0 commit comments

Comments
 (0)