This repository was archived by the owner on Jun 13, 2025. It is now read-only.
Replies: 0 comments 1 reply
-
Further discussion led to the following updates:
|
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.
Uh oh!
There was an error while loading. Please reload this page.
-
As previousely discussed with @juliapampus. First draft below.
Problem: Connector A requested a resource + artifact from Connector B. Connector B provides an updated dataset and sends a ResourceUpdateMessage to Connector A. Connector A automatically updates the resource internally. However, Connector A can not inform other external systems which are processing the data that a new dataset for the resource is available. Currently, external systems would have to request the data from Connector A manually (e.g. schedule, on-use).
Proposed Solution: Provide the possibility for external services to "subscribe" to updates of specific resources, so that the connector can itself inform these systems when new data is available. Possible integration:
Beta Was this translation helpful? Give feedback.
All reactions