-
Hello Community, I'm interested in transferring data from a provider to a consumer, but before proceeding with the transfer, I'd like to explore options for modifying the data file. |
Beta Was this translation helpful? Give feedback.
Answered by
ndr-brt
Oct 4, 2023
Replies: 1 comment 2 replies
-
this is something that shouldn't be done by the EDC data-plane, a solution could be to have a middle-service that could stay between the data-source and the data-plane and perform the transformation. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the typical case is:
[data source] --> [data-plane] --> [consumer]
eventually you'd need to put it between
data source
anddata plane
, if you have the possibility it could be also part of thedata source