snehashisp commented on code in PR #17741:
URL: https://github.com/apache/kafka/pull/17741#discussion_r1876874046


##########
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/ConnectorConfig.java:
##########
@@ -98,6 +118,12 @@ public class ConnectorConfig extends AbstractConfig {
             new InstantiableClassValidator()

Review Comment:
   Converter errors are added to the config infos here 
https://github.com/apache/kafka/blob/b980c038a32bb580006428ab1b504b9f7cb218ee/connect/runtime/src/main/java/org/apache/kafka/connect/runtime/AbstractHerder.java#L471.
 
   
   I will see how we can return the validation result with the common connector 
configuration. This will have the config defs provided in `ConnectorConfig` but 
will not have the additional ones in the subclasses or the actual connector. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to