How to handle communication between two Microservices via EDC? #1441
-
Hi, In my scenario, I have two EDCs and two microservices. The data flow should happen between the two microservices via the EDC connectors. Let's call the two sides that participate in the data flow Now, I wonder what the best practice could be to let the “provider EDC” communicate with the “provider service” via API calls and how to send the fetched data to the “consumer EDC”. kind regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can either implement an HTTP data plane endpoint, a DataPlaneExtension framework extension or create a DataFlowControllerExtension. This is covered in the onboarding documentation. |
Beta Was this translation helpful? Give feedback.
You can either implement an HTTP data plane endpoint, a DataPlaneExtension framework extension or create a DataFlowControllerExtension. This is covered in the onboarding documentation.