I understand that when data that is saved in one node’s plasma store is required in another, the raylet will copy it from one node to the other.
I would like to understand the protocol that is used to copy the data.
Is it pure tcp? does it use grpc? Does it copy it in chunks? How is the chunk size defined?
Where in the source code can I find this?
Is it possible that in the future this can be exchanged by the user? for example being able to use RDMA?