Skip to content

Commit

Permalink
Add links
Browse files Browse the repository at this point in the history
  • Loading branch information
W-A-James committed Jan 11, 2024
1 parent 1839d23 commit 5e47398
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -536,8 +536,11 @@ when the first operation is attempted.
Client closing
''''''''''''''

When a client is closing, before it emits the ``TopologyClosedEvent``, it should remove all servers from its ``TopologyDescription`` and set its
``TopologyType`` to ``Unknown``, emitting the corresponding ``TopologyDescriptionChangedEvent``.
When a client is closing, before it emits the ``TopologyClosedEvent`` as per the
`Events API <https://github.com/mongodb/specifications/blob/master/source/server-discovery-and-monitoring/server-discovery-and-monitoring-logging-and-monitoring.rst#events-api>`_,
it SHOULD `remove`_ all servers from its ``TopologyDescription`` and set its
``TopologyType`` to ``Unknown``, emitting the corresponding
``TopologyDescriptionChangedEvent``.

Monitoring
''''''''''
Expand Down

0 comments on commit 5e47398

Please sign in to comment.