collection.Watch for time series

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