Which protocols can we use to transfer data? #4132
-
Hello, I am really new to use EDC connector and need help to understand its system. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
don't know if this is still relevant, but EDC comes with modules for HTTP and Kafka, and you'll find CSP-specific implementations in the And of course, you can implement your own transfer facilities. For that, you'll need a data plane implementation, and possibly an provisioner implementation. I recommend you look at one of the |
Beta Was this translation helpful? Give feedback.
don't know if this is still relevant, but EDC comes with modules for HTTP and Kafka, and you'll find CSP-specific implementations in the
Technology-*
repositories.And of course, you can implement your own transfer facilities. For that, you'll need a data plane implementation, and possibly an provisioner implementation. I recommend you look at one of the
Technology-*
repositories to see how that is done.