Lepozepo/S3

Meteor Streams: Is it work on multi instances of meteor?

Closed this issue · 2 comments

Hi, on your meteor streams repository you have not enabled issues, so I'm writing here.

I want to ask, if Meteor streams package can work across multi meteor instances?
From https://arunoda.github.io/meteor-streams/scaling-support.html:

If you decided to scale your app horizontally, by default Meteor Streams works within a single instance only. As an example lets say you are going to have 3 meteor instances (A, B, C). Now events emitted from instance A cannot be listen from B or C.

But simply integrating Meteor Cluster you can remove this limitation. See below for the integration.

But Meteor cluster package is not also maintained.

Honestly, I don't know. I have not taken a dive into Meteor Streams, I only upgraded it enough for it to work but I am not planning on adding any features or functions to it.

Ok, thanks.