damianiandrea / mongodb-nats-connector

A connector that uses MongoDB's change streams to capture data changes and publishes those changes to NATS JetStream.
MIT License
48 stars 7 forks source link

Test connector on MongoDB 7.0 #51

Closed damianiandrea closed 4 months ago

damianiandrea commented 4 months ago

The connector is currently being tested on MongoDB 5.0 and 6.0 versions.

While the 6.0 is the stable release and should suffice, it would be good to test the version 7.0 as well.