advancedServer-Sent Events & Real-Time
How does SSE scale across multiple server instances? What's the challenge and how do you solve it with Redis Pub/Sub?
Tests whether you know a client's SSE connection is pinned to one server instance, so events must be fanned out to whichever instance holds that connection.
This is a Pro question
Sign in, then upgrade to Pro or Power to unlock this question and the full Interview Prep bank.
How does SSE scale across multiple server instances? What's the challenge and how do you solve it with Redis Pub/Sub?