Does remote data passes through the provider connector? #110
Replies: 0 comments 4 replies
-
No, the provider will not return any access information. The data will be accessed and passed through the provider connector. If you want to handover the data transfer to another protocol, you would have to e.g. exchange the access information as the artifact's data to the data consumer. Then, this could somehow estabilish a connection to the provider's backend.
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Hi,
general question, which I could not find the answer to by reading the documentation, nor by trying myself (because I am having problems in making a provider-consumer example work): when one requests remote data from a provider, will the provider return the url at which the resource can be found? (For example, the API url for open weather data from the example in the documentation), or will the data be queried by and funneled through the provider, which will send it over?
In other words, does data always passes through a provider (in case it's not local data)? And if so, what are the limits on scalability?
Beta Was this translation helpful? Give feedback.
All reactions