Itemize possible destination types #737
mygordienko
started this conversation in
Ideas
Replies: 1 comment
-
Hi, This is something that needs to be formalized in the runtime. Since the possible supported destination types are determined by the set of configured extensions in a runtime, I propose creating a destination type registry where data transfer extensions can register the destination type they support during bootstrap. This will build the list of supported destination types that can later be queried or used by upstream runtime extensions such as IDS. This is in our plan as part of the work needed for data transfer and IDS support, so I'll close this issue out. |
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
-
In DemoUiApiController I noticed the dataspaceconnector:s3 constant being used to configure destination type.
Shouldn't there be a complete list of such constants?
Beta Was this translation helpful? Give feedback.
All reactions