Skip to content

Commit

Permalink
update markdown file
Browse files Browse the repository at this point in the history
  • Loading branch information
W-A-James committed Apr 25, 2024
1 parent 5946095 commit 8e21820
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions source/load-balancers/load-balancers.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,9 @@ Although there is no monitoring connection in load balanced mode, drivers MUST e
- `TopologyDescriptionChangedEvent`. The `newDescription` MUST have `TopologyType` `LoadBalanced` and one server with
`ServerType` `LoadBalancer`.

Drivers MUST also emit a `ServerClosedEvent` and `TopologyClosedEvent` when the topology is closed and MUST NOT emit any
other events when operating in this mode.
Drivers MUST also emit a `ServerClosedEvent` followed by a `TopologyDescriptionChangedEvent` that transitions the
`Topology` to the `UNKNOWN` state and a `TopologyClosedEvent` when the topology is closed and MUST NOT emit any other
events when operating in this mode.

#### Log Messages

Expand Down Expand Up @@ -328,6 +329,7 @@ only load balancers that support the PROXY protocol would be supported.

## Changelog

- 2024-04-25: Clarify that `TopologyDescriptionChangedEvent` must be emitted on topology close
- 2024-03-06: Migrated from reStructuredText to Markdown.
- 2022-10-05: Remove spec front matter and reformat changelog.
- 2022-01-18: Clarify that `OP_MSG` must be used in load balanced mode.
Expand Down

0 comments on commit 8e21820

Please sign in to comment.