Liquan Pei created KAFKA-3611: --------------------------------- Summary: Remove WARNs when using reflections Key: KAFKA-3611 URL: https://issues.apache.org/jira/browse/KAFKA-3611 Project: Kafka Issue Type: Improvement Components: KafkaConnect Affects Versions: 0.10.0.0 Reporter: Liquan Pei Assignee: Liquan Pei Fix For: 0.10.0.0
When using reflections, there are logs with WARN level are created when some URL types are not recognized by Vfs. Removing these WARN logs will improve use experiences. Also, the way we create CLASSPATH in kafka-run-class.sh will cause reflections to search for the directory running the script and will cause some classes in test packages to be included in the list of subclass of the Connector class. However, as the test jars may not be available, WARN level logs will also be generated in this case. -- This message was sent by Atlassian JIRA (v6.3.4#6332)