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 @@ -46,6 +46,21 @@ Change stream is available for :doc:`replica sets <replication>` and
46
46
deployments which employ MongoDB's
47
47
:ref:`encryption-at-rest<encrypted-storage-engine>` feature.
48
48
49
+ Connect
50
+ --------
51
+
52
+ Connections for a change stream can either use DNS seed lists
53
+ with the ``+srv`` connection option or by listing the servers individually
54
+ in the connection string.
55
+
56
+ If the driver loses the connection to a change stream or the connection goes
57
+ down, it attempts to reestablish a connection to the change stream through
58
+ another node in the cluster that has a matching
59
+ :ref:`read preference <connections-read-preference>`. If the driver cannot find
60
+ a node with the correct read preference, it throws an exception.
61
+
62
+ For more information, see :ref:`Connection String URI Format <mongodb-uri>`.
63
+
49
64
.. _changeStreams-watch-deployment:
50
65
51
66
Watch a Collection, Database, or Deployment
You can’t perform that action at this time.
0 commit comments