-
Notifications
You must be signed in to change notification settings - Fork 85
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
feat: switch ContractNegotiation to connector client #123
feat: switch ContractNegotiation to connector client #123
Conversation
@ndr-brt I run into a problem what i dont understand. If i start the ContractNegotiation on a buttonClick this message is sent to the Consumer Connector. The Provider Connector gets an Error on Transforming the ContractRequestMessage:
I think the asset Id should be set. But it seems like it doesn't. Mabey you see the problem? I will take a closer look again later this day. |
@janpmeyer in fact that field is not used in that juncture (there's a PR that will address this: eclipse-edc/Connector#3549), the assetId for starting the negotiation is coming out of the policy |
Thanks for the suggestion. Added the context to the policy. Seems working now. |
* feat(api-management): switch to use contractNegotiation service (eclipse-edc#56) * feat: remove old Policy model and use correct one (eclipse-edc#56)
What this PR changes/adds
Swith to use contract Negotiation Service.
Why it does that
refactoring
Linked Issue(s)
Closes #54