For some use cases, the desired EDC Asset IDs are already known, so nothing is to be discovered.
Currently, there are no discovery-level extensions that allow to skip the discovery process though.
A configuration with a "no-discovery" discovery extension could look like this:
discovery:
implementation: com.your.package.SkipDiscoveryImpl
config:
- edcUrl: https://my-edc.url/dsp
- assetIDs: 12345, 23456, 34567
Since this is not related to MX-Ports, do you plan on implementing something like this?
For some use cases, the desired EDC Asset IDs are already known, so nothing is to be discovered.
Currently, there are no discovery-level extensions that allow to skip the discovery process though.
A configuration with a "no-discovery" discovery extension could look like this:
Since this is not related to MX-Ports, do you plan on implementing something like this?