You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 13, 2025. It is now read-only.
This expands on point 3b in International-Data-Spaces-Association/dsc-transfer#44.
Current Situation: Connectors can react to a ResourceUpdateMessage and update their locally saved copy of the resource. The information required to create a ResourceUpdateMessage must be manually provided, such as the affected resource ID, and most importantly, the URL of the consumer connector.
The aformenetioned information must be stored at the provider side in order to automate the process of sending the update messages. A suggestion here is that upon a successful resource request, the provider stores information about the consumer in a table, namely ResourceUUID + ConsumerURL. This information will then be accessed when a resource is updated to issue and send the relevant ResourceUpdateMessage.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This expands on point 3b in International-Data-Spaces-Association/dsc-transfer#44.
Current Situation: Connectors can react to a
ResourceUpdateMessage
and update their locally saved copy of the resource. The information required to create aResourceUpdateMessage
must be manually provided, such as the affected resource ID, and most importantly, the URL of the consumer connector.The aformenetioned information must be stored at the provider side in order to automate the process of sending the update messages. A suggestion here is that upon a successful resource request, the provider stores information about the consumer in a table, namely
ResourceUUID
+ConsumerURL
. This information will then be accessed when a resource is updated to issue and send the relevantResourceUpdateMessage
.Discussed with @jpieperbeck.
Beta Was this translation helpful? Give feedback.
All reactions