-
Notifications
You must be signed in to change notification settings - Fork 0
replace websocket-star rendezvous with a better system #11
Copy link
Copy link
Open
Description
The websocket-star rendezvous is a service with no optimization, which is necessary for every other service to work, and it can't be scaled because you can't have multiple instances. This is a problem when going in prod.
We need to replace this with another system: the best solution that we can implement now is having multiple collectors and have them reachable via TCP and Secure Websockets. The browser will have these in the bootstrap list via websocket and the backend services will have them via TCP.
This way, we can just add collectors to scale. However, no DHT means that the nodes won't connect to each other automatically and we might need to manually configure them to talk to each other.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels