make DataAddressValidator
works also for other data address types
#3557
Labels
enhancement
New feature or request
Feature Request
Currently the
DataAddressValidator
only works forHttpData
, but if another kind of address is registered asKafka
or other, the asset will be created also if the address is not correct, this would bring hard-to-debug errors on the transfer side, because the data-plane would not be able to start the transfer properly.Which Areas Would Be Affected?
management api
Why Is the Feature Desired?
user experience
Solution Proposal
DataAddressValidator
extensibleDataAddressValidator
for every knownDataAddress
DataAddressValidator
fail if there's no validator for a specific data address typeDataAddressValidator
in the dataplane as well (to remove duplication)The text was updated successfully, but these errors were encountered: