Skip to content

Commit 4295a4d

Browse files
authored
DOCSP-25436 Added a note about synchronous Java drivers. (#845)
* DOCSP-25436 Added a note about synchronous Java drivers. * Updates made based on peer review of paired topic in docs-java * Fixed a small typo * Rewording based on peer review feedback.
1 parent 01239e4 commit 4295a4d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/reactive-streams.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ or set up a runnable project by following our tutorials.
2929

3030
- `Source Code <https://github.com/mongodb/mongo-java-driver/tree/master/driver-reactive-streams/>`__
3131

32+
If you need to make synchronous calls between your application and MongoDB, use
33+
the :driver:`MongoDB Java Driver </java/sync/current/>` instead of the Reactive
34+
Streams Driver.
35+
3236
Installation
3337
------------
3438

0 commit comments

Comments
 (0)