-
-
Notifications
You must be signed in to change notification settings - Fork 748
Closed
Description
I have a use case where the client<=>scheduler communication needs to be proxied, so we use the websocket protocol.
However, doing so means that scheduler<=>worker and worker<=>worker communication must also use websockets as we assume consistency.
This results in performance issues on systems with high-performance networking like Infiniband or NVLink. We usually use UCX for worker<=>worker communication to get the best out of the hardware.
I wanted to start a discussion around a solution for this. The two things that spring to mind are:
- Add support for multiple protocols simultaneously.
- Allow for one protocol for
client<=>schedulerand a different one forworker<=>worker.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels