Replies: 5 comments 7 replies
-
This was already defined in the DR a while back. Backchannels must always be decided by the provider. |
Beta Was this translation helpful? Give feedback.
-
Not only that, but from my understanding of the concept document, the provider would have flexibility in deciding the type of response channel for each asset it offers. This flexibility would be given in the form of additional details for the asset data address, where even a different response channel type could be used. i.e. the following pseudo json-ld (sorry for the lack of coherence. Its just for explanation purposes)
|
Beta Was this translation helpful? Give feedback.
-
@ndr-brt @jimmarino |
Beta Was this translation helpful? Give feedback.
-
Given your inputs, here come the weird proposal. Let's work this backwards, from the generation of an Generating EDRs with a response channel
In this direction, the Endpoint record is too oriented to HTTP endpoints only, even if its definition leds us to believe it can be of any type. My proposal is to change the initial parameter of the record from a String to a Map of properties, which will enable different implementations of of generator functions to create richer endpoints (a kafka public endpoint, for example). Getting response channel information to the
|
Beta Was this translation helpful? Give feedback.
-
Thanks for proposing this. The existing EDC architecture mostly accommodates bidirectional channels, so the scope of changes should be limited. First, please keep the original design of encapsulating the back-channel The second thing is that Please be careful not to conflate an I do agree we need to abstract backchannel generation from the HTTP cases by supporting complex type parameters. Can you reformulate Alternative 1 along the lines above? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently the decision about setting a backchannel during a transfer stands on the consumer side, by adding the
-backchannelType
suffix in thetransferType
, but that should be a provider decision.A proposal could be to have the provider being able to define this in the asset creation, so that in the catalog the backchannel type will be already visible by the consumer.
any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions