You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unable to use the connector :{"error_code":500,"message":"Failed to find any class that implements Connector and which name matches uk.co.threefi.connect.http.HttpSinkConnector
#11
Open
rorowehbi opened this issue
Aug 27, 2020
· 1 comment
--copy plugin to same directory as the others plugin /usr/share/java/*
copy the generated jar under /usr/share/java/kafka-connect-http/lib/
--reboot
restart the connector.
--verify
ask the connector for the list of plugins: yours was listed
--create new task ==> following error (any idea please) ?
{"error_code":500,"message":"Failed to find any class that implements Connector and which name matches uk.co.threefi.connect.http.HttpSinkConnector, available connectors are: PluginDesc{klass=class at.grahsl.kafka.connect.mongodb.MongoDbSinkConnector, name='at.grahsl.kafka.connect.mongodb.MongoDbSinkConnector', version='1.4.0', encodedVersion=1.4.0, type=sink, typeName='sink', location='file:/usr/share/java/hpgrahsl-kafka-connect-mongodb-1.4.0/'}
The text was updated successfully, but these errors were encountered:
here is what I did:
--build
git clone https://github.com/thomaskwscott/kafka-connect-http.git
cd kafka-connect-http
mvn clean package
--copy plugin to same directory as the others plugin /usr/share/java/*
copy the generated jar under /usr/share/java/kafka-connect-http/lib/
--reboot
restart the connector.
--verify
ask the connector for the list of plugins: yours was listed
--create new task ==> following error (any idea please) ?
{"error_code":500,"message":"Failed to find any class that implements Connector and which name matches uk.co.threefi.connect.http.HttpSinkConnector, available connectors are: PluginDesc{klass=class at.grahsl.kafka.connect.mongodb.MongoDbSinkConnector, name='at.grahsl.kafka.connect.mongodb.MongoDbSinkConnector', version='1.4.0', encodedVersion=1.4.0, type=sink, typeName='sink', location='file:/usr/share/java/hpgrahsl-kafka-connect-mongodb-1.4.0/'}
The text was updated successfully, but these errors were encountered: