streamy
streamy copied to clipboard
Working with multiple instances?
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.
Not possible at the moment. And we couldn't use meteor-cluster
to do it since Streamy does not rely on collections.
can we use Redis as pub/sub server to send messages across multiple instances?
That would be feasable.
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.
@bnusunny did you end up using redis as a pub/sub server to send messages across multiple instances?
Hey, How we can implement this for multiple containers of meteor galaxy server ? Is there any way ?
Not as far as I know :/
@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?