appsignal / mongo-rust-driver

Mongo Rust driver built on top of the Mongo C driver
Apache License 2.0
89 stars 22 forks source link

Support for change streams? #45

Closed thedodd closed 3 years ago

thedodd commented 6 years ago

Hello all. I was looking through the docs & the code, and couldn't quite find anything indicating if change streams are supported by this crate. If they are supported, do you mind giving a quick example of how you might go about create a change stream? If not, any plans on supporting this?