mongo-rust-driver
mongo-rust-driver copied to clipboard
RUST-360 Streaming monitoring protocol
RUST-360
This PR updates the driver to make use of the streaming monitoring protocol (described here), which allows the driver to accept topology updates that are pushed to it rather than polling the server regularly. This should allow the driver to more quickly recover from failover events.