vert-x3 / vertx-mongo-client

Mongo Client for Eclipse Vert.x
http://vertx.io
Apache License 2.0
58 stars 98 forks source link

Support create timeseries collection #294

Closed liuchong closed 1 year ago

liuchong commented 1 year ago

Motivation:

Since version MongoDB 5.0, a new timeseries collection added, we should support it.

Also, we need to upgrade mongo driver to at least 4.3, maybe we should merge this pull request first: https://github.com/vert-x3/vertx-mongo-client/pull/292

liuchong commented 1 year ago

Please check @vietj @pmlopes @tsegismont 👀 Thanks! The unit tests were passed on my laptop, but it need to upgrade the mongo driver, which was not included in my submission for now.

tsegismont commented 1 year ago

@liuchong can you look into the test failure please?

liuchong commented 1 year ago

@liuchong can you look into the test failure please?

Yes I've seen it, but I did not got the error details, how could I run tests locally? I've left you a message on discord.

tsegismont commented 1 year ago

Closing as the branch was merged with some modifications, thank you @liuchong

liuchong commented 1 year ago

Thanks! 🎉