streaming-03-kafka-broker sample, tranferType #367
Unanswered
mxar-intracom-telecom
asked this question in
Q&A
Replies: 1 comment
-
yes, that's a bug, ufortunately tests on streaming-03 didn't cover everything. A fix was already provided for streaming-01 and 02, I will create an issue for this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the sample, streaming-03-kafka-broker for Streaming KAFKA to KAFKA, what should be the value of transferType to Start the transfer?
Also the transfer/streaming/streaming-03-kafka-broker/6-transfer.json file looks that is not completed.
I get the following error message when I try to start the transfer:
{
"message": "mandatory value 'https://w3id.org/edc/v0.0.1/ns/counterPartyAddress' is missing or it is blank",
"type": "ValidationFailure",
"path": "https://w3id.org/edc/v0.0.1/ns/counterPartyAddress",
"invalidValue": null
},
{
"message": "mandatory value 'https://w3id.org/edc/v0.0.1/ns/transferType' is missing or it is blank",
"type": "ValidationFailure",
"path": "https://w3id.org/edc/v0.0.1/ns/transferType",
"invalidValue": null
}
Thanks in Advance
Beta Was this translation helpful? Give feedback.
All reactions