streamy icon indicating copy to clipboard operation
streamy copied to clipboard

Working with multiple instances?

Open dnish opened this issue 9 years ago • 8 comments

Hey, is there any way to make Streamy workable on multiple instances? Just seen that Meteor Streams had a sync method, but I don't know if the same would be possible for Streamy.

dnish avatar Nov 03 '15 02:11 dnish

Not possible at the moment. And we couldn't use meteor-cluster to do it since Streamy does not rely on collections.

YuukanOO avatar Nov 13 '15 07:11 YuukanOO

can we use Redis as pub/sub server to send messages across multiple instances?

bnusunny avatar Nov 29 '15 04:11 bnusunny

That would be feasable.

YuukanOO avatar Nov 29 '15 19:11 YuukanOO

I thought about the same...

I'm planning to let only one server listening to oplog, sync the observers notifications with other servers with Redis and then each one notify their connected clients with Streamy.

fabiodr avatar Nov 29 '15 22:11 fabiodr

@bnusunny did you end up using redis as a pub/sub server to send messages across multiple instances?

heyiamben avatar Jan 30 '16 18:01 heyiamben

Hey, How we can implement this for multiple containers of meteor galaxy server ? Is there any way ?

deligence avatar Oct 04 '18 09:10 deligence

Not as far as I know :/

YuukanOO avatar Oct 11 '18 19:10 YuukanOO

@YuukanOO So still there is no way to implement this across load balanced horizontally scaled servers (such as using mup-aws-beanstalk or meteor galaxy)? Not even using redis @bnusunny ? This is pretty important.. does anyone know about which meteor socket solution works with horizontally scaled servers?

pagesrichie avatar Dec 20 '18 18:12 pagesrichie