Hey guys. Learning Effect and i just implemented a simple WS and SSE server crud api. I’m trying to clarify how Effect Cluster relates to single vs multi-node setups, and which storage backends are supported.
As far as i have read, my current pubsub only works on one server. What if i scale, it can't talk to others unless i implemented something like redis and / or rabbitmq. But, is this where something like Effect cluster comes in? I have an Elixir, AMQP and Redis background, and im trying to see if i can get away with Effect cluster at scale.