Description
After upgrading Kafka Connect from 2.3.0 to 2.3.1 we discovered a lot of recurring ERROR messages in Connect's logs.
Plugin class loader for connector: 'com.google.pubsub.kafka.sink.CloudPubSubSinkConnector' was not found. Returning: org.apache.kafka.connect.runtime.isolation.DelegatingClassLoader@58f437b0 logger: org.apache.kafka.connect.runtime.isolation.DelegatingClassLoader
Kafka Connect continues processing the topics as it should be.
We are not using plugin classloader isolation feature by not specifying plugin.path property because we were seeing classloading deadlocks similar to ones described in KAFKA-7421
Maybe the level of this message should be lowered?