Async PV for workspace: API between client/server #15956
Labels
kind/task
Internal things, technical debt, and to-do tasks to be performed.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
API between client/server
as part of #15384 there is a need to have the 'rsync' pod included in the workspace POD to 'discuss' with the data sync pod.
Describe the solution you'd like
It will consist of asking if there is something to restore or not for a given workspaceID.
And then, if there is data to restore, choose a way to do the transfer of file and grab information (like using rsync or something else, etc)
Both
rsync client
andrssync server
need to agree on thisnote:
Idea of the 'restore' mechanism could be used as well to import files from a local env (like someone connected to internet with its laptop) to a Che Workspace.
In that case, we could import files from laptop, edit from Che workspace and all changes are kept on the 'user/laptop storage'.
The text was updated successfully, but these errors were encountered: