Configuring EDC to transfer files from filesystem to azure blob storage #2479
Replies: 4 comments 9 replies
-
Hi @lenasauermann, As far as I know, the current implementations that handle data transfers in the EDC can only transfer data between the same "storage types". So If you want to have a look into it I could point you to this class: https://github.com/eclipse-edc/Connector/blob/main/core/data-plane/data-plane-framework/src/main/java/org/eclipse/edc/connector/dataplane/framework/pipeline/PipelineServiceImpl.java Hope I could help you at least a little bit! Regrads, |
Beta Was this translation helpful? Give feedback.
-
No switch statement is needed. The design is based on an end-to-end streaming architecture that allows for n-way communication, backpressure, and optimizations such as copy-in-place. See : |
Beta Was this translation helpful? Give feedback.
-
Hi I'm not familiar with the current implementation (milestone 8) of the samples, but I think they still use the "provider-push" method. Therefore, only the provider is doing the transfer from |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm working with the EDC in my Master's thesis. My use cases is that the provider has a file in it's filesystem and the consumer wants to save it in an Azure Blob Storage.
I used the code provided in the Samples (transsfer01) and modified the consumer with a look at the mvd to be able to save the file in the blob storage.
Unfortunatly I get the error
"TransferProcessManager: Fatal error initiating data transfer: 01a5f6a1-6c7e-4247-9382-efaadb42e5b6. Error details: Failed to delegate data transfer to Data Plane: Cannot find a transfer Service that can handle File source and Azure Blob Storage destination"
on the provider side and I don't know what I need to do to make it work and don't find any helpful documentation.
Can anyone help me with providing additional documentation or has a solution for my problem?
Regards,
Lena Sauermann
Beta Was this translation helpful? Give feedback.
All reactions