Web Sockets
Past Presentations
Scaling Push Messaging for Millions of Devices @Netflix
How do you efficiently serve the latest personalized movie recommendations to millions of Netflix members, as soon as they are ready? Netflix recently rolled out Zuul Push - a massively scalable push notification service that handles millions of "always-on" persistent connections from all those...
Susheel Aroskar
Software Engineer @Netflix
Interviews
Susheel Aroskar
Software Engineer @Netflix
Scaling Push Messaging for Millions of Devices @Netflix
Zuul is your API gateway right? What is the relationship between Zuul and Zuul Push?
Yes, Zuul is Netflix’ API gateway (all of the Netflix HTTP API traffic passed through Zuu). We took the Zuul code base and grafted Zuul Push on it, so it's a different offering. But they share 90% of the same code base.
Read Full Interview