Skip to content

Add support for mapped paths for other microservices

PipelineBuilder and DataFile Microservices can now handle mapped paths.

To achieve this we add a new RPC in FileSystemProvider that any microservice can use to convert paths.

The main idea is to use this new RPC any time we use the RemoteObjectProvider since the latter does not have any notion of mapped paths. The trade-off is that we introduce an extra message each time we manipulate paths.

Edited by Christos Tsolakis

Merge request reports