Closed
Description
Tell us about the problem you're trying to solve
Today if the input config in a connector does not match the connector's spec.json
then the connector will not validate it.
Describe the solution you’d like
Modify the Destination
and Source
java abstractions to automatically validate that the input config to discover
, read
, check
, and write
matches the connector's spec. This way the child class does not need to do anything about validation -- it is automatically handled for it.
Describe the alternative you’ve considered or used
Test for this in acceptance tests, which is complementary to this issue.