peers / peerjs-server

Server for PeerJS
https://peerjs.com
MIT License
4.34k stars 1.08k forks source link

Does peerjs server horizontally scale automatically when deployed to kubernetes? #281

Closed jacoby149 closed 2 years ago

jacoby149 commented 2 years ago

If the number of replicas is more than 1, is there a system in place that will still allow the peers to find another even if two peers are connecting to two different replicas of the same container?

jonasgloning commented 2 years ago

Sadly, no. HA is on the to-do list, but it will take time.

In the meantime: The public instance is handling millions of connections a day with 3% cpu on a tiny server. Scale itself shouldn’t be an issue.

peerjs-bot commented 1 year ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.