Hi, Anyone can tell me if the golang mongodb driver supports watching the time series data in mongo 5.x ?
Welcome to the MongoDB Community Forums @111783 !
Per Time Series Collection Limitations, change streams are not supported for time series collections in MongoDB 5.0.
If your use case requires both time series data and change streams, I would look into using the Bucket Pattern.
Regards,
Stennie
Some years passed, I would ask basically the same question. Will change streams be planned to be supported in time series collection? (it will be very useful in my case)