feathersjs-ecosystem / feathers-sync

Synchronize service events between Feathers application instances
MIT License
221 stars 41 forks source link

mubsub dependency is using too old mongodb driver #109

Closed PowerMogli closed 5 years ago

PowerMogli commented 5 years ago

We are using feathers with mongodb driver (version: 3.1.10) but mubsub is using mongodb with version 2.0.35. When we try to run feathers-sync in our API Gateway implementation we get the following exception:

TypeError: collection.find(...).sort(...).limit(...).nextObject is not a function

An ideas how to solve this problem and make feathers-sync usable with mongodb version 3.x?

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Apologies if the issue could not be resolved. FeathersJS ecosystem modules are community maintained so there may be a chance that there isn't anybody available to address the issue at the moment. For other ways to get help see here.