Open ntsh999 opened 4 years ago
I fixed this by copying all the 6 jars in the directory /kafka-connect-mqtt/target/kafka-connect-mqtt-1.1.0-package/kafka-connect-mqtt. My path is different from the one mentioned in the readme file.
I have performed all the step correctly, was able to successfully setup mqtt source and sink connector on one VM. But now when I am doing it on a new VM I am getting the above error message in the confluent logs. Surprisingly, the sink connector shows no error messages. Refer this link as well https://stackoverflow.com/questions/61716789/classnotfoundexception-with-kafka-connect-mqtt-connector/61716965?noredirect=1#comment110317608_61716965
Objective: to setup MQTT source connector with Confluent kafka v 5.4 Steps Performed:
Expected: There should be no error logs in kafka connect and connector should be available for usage. But after 6th step is performed following is the error received in kafka connect logs :
following is connector config json file
How can I fix the above issue?