-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple errors in sample transfer/streaming/streaming-02-kafka-to-http #339
Comments
Thanks for your contribution 🔥 We will take a look asap 🚀 |
this is somewhat related to what happened here: #334 |
I've changed 5-negotiate-contract.json and 6-transfer.json(s. Possible implementation). |
no clue, without knowing what you changed and if there's any information on the console output it's hard to tell. |
This issue is stale because it has been open for 14 days with no activity. |
Bug Report
Describe the Bug
Sample
transfer/streaming/streaming-02-kafka-to-http
Action
Start negotiate contract
curl -H 'Content-Type: application/json' -d @transfer/streaming/streaming-02-kafka-to-http/5-negotiate-contract.json -X POST "http://localhost:28181/management/v3/contractnegotiations" -s | jq [
Explanation
when trying to start negotiate contract with 5-negotiate-contract.json the returned json states that the multiple fields are missing or blank.
Expected Behavior
contract-negotiation-id in json will be returned
Observed Behavior
Steps to Reproduce
Steps to reproduce the behavior:
Follow
(https://github.com/eclipse-edc/Samples/tree/main/transfer/streaming/streaming-02-kafka-to-http)
Context Information
Used commit: 1d55b7c
OS: Ubuntu 24.04
Detailed Description
Same in https://github.com/eclipse-edc/Samples/tree/main/transfer/streaming/streaming-03-kafka-broker
Possible Implementation
The text was updated successfully, but these errors were encountered: