In the Lenses logs, there are prominent WARN messages regarding the connectors, indicating that it couldn’t find a class implementing the connector. What does this mean, and how can it be resolved? I’ve included a snippet of the error message, but it essentially repeats the same fields and displays the names of other connectors.
WARN [i.l.c.c.ConnectorWatcher$] [ioapp-compute-8] Could not retrieve connectors
io.lenses.core.connect.client.ConnectorError: Failed to find any class that implements Connector and which name matches
org.apache.kafka.connect.file.FileStreamSourceConnector, available connectors are:
PluginDesc{klass=class com.couchbase.connect.kafka.CouchbaseSinkConnector,
name='com.couchbase.connect.kafka.CouchbaseSinkConnector', version='4.1.9', encodedVersion=4.1.9, type=sink, typeName='sink',
location='file:/var/run/connect/connectors/third-party/kafka-connect-couchbase/'},
PluginDesc{klass=class com.couchbase.connect.kafka.CouchbaseSourceConnector,
name='com.couchbase.connect.kafka.CouchbaseSourceConnector', version='4.1.9', encodedVersion=4.1.9, type=source, typeName='source',
location='file:/var/run/connect/connectors/third-party/kafka-connect-couchbase/'},
PluginDesc{klass=class com.datamountaineer.streamreactor.connect.azure.documentdb.sink.DocumentDbSinkConnector,
name='com.datamountaineer.streamreactor.connect.azure.documentdb.sink.DocumentDbSinkConnector', version='5.0.1'....