File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,21 @@ Change streams are available for :doc:`replica sets <replication>` and
49
49
50
50
.. include:: /includes/extracts/changestream-rc-majority-4.2.rst
51
51
52
+ Connect
53
+ --------
54
+
55
+ Connections for a change stream can either use DNS seed lists
56
+ with the ``+srv`` connection option or by listing the servers individually
57
+ in the connection string.
58
+
59
+ If the driver loses the connection to a change stream or the connection goes
60
+ down, it attempts to reestablish a connection to the change stream through
61
+ another node in the cluster that has a matching
62
+ :ref:`read preference <connections-read-preference>`. If the driver cannot find
63
+ a node with the correct read preference, it throws an exception.
64
+
65
+ For more information, see :ref:`Connection String URI Format <mongodb-uri>`.
66
+
52
67
.. _changeStreams-watch-deployment:
53
68
54
69
Watch a Collection, Database, or Deployment
You can’t perform that action at this time.
0 commit comments