meteorhacks / cluster

Clustering solution for Meteor with load balancing and service discovery
https://meteorhacks.com/cluster-a-different-kind-of-load-balancer-for-meteor.html
MIT License
631 stars 80 forks source link

MongoDB depedency is breaking cluster #139

Open drummerv opened 5 years ago

drummerv commented 5 years ago

Found a fix that works on Meteor 1.8:

Use a different version of Meteor's mongodb fork in https://github.com/meteorhacks/cluster/blob/master/package.js

I used "mongodb": "https://github.com/meteor/node-mongodb-native/tarball/1.3.7-with-null-checks" and it works normally now.