Liquan Pei created KAFKA-3654: --------------------------------- Summary: ConnectorConfig defs short circuit implementation config checks Key: KAFKA-3654 URL: https://issues.apache.org/jira/browse/KAFKA-3654 Project: Kafka Issue Type: Bug Components: KafkaConnect Affects Versions: 0.10.0.0 Reporter: Liquan Pei Assignee: Liquan Pei Fix For: 0.10.0.0
Right now if you call the validate endpoint with a config that has an invalid value for one of the base configs from here https://github.com/apache/kafka/blob/trunk/connect/runtime/src/main/java/org/apache/kafka/connect/runtime/ConnectorConfig.java#L71-L75 we do not get any config/validation info for connector implementation configs. ideally we would do both sets of validation. -- This message was sent by Atlassian JIRA (v6.3.4#6332)