No data flow controller found when trying an asset transfer #316
-
Hi, I'm trying to transfer an asset between two connectors following the readme.txt using the local deployment.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
there is an E2E Test that goes through and verifies an entire data transfer using the K8S deployment, so the configuration is definitely working. |
Beta Was this translation helpful? Give feedback.
For you to play around locally, this should be pretty straight forward. Take a look at
TransferEndToEndTest.java
, you'll likely need to update the URLs and the Provider-ID, i.e. the constants at the top. And don't forget to run theseed.sh
.For a continuous CI/CD situation, we'll stick to K8S though.