kafka-connect error: cannot find or load main class
问题 I am following the official docs to implement the kakf-connect to read data from a file. I have kafka running perfectly. A producer and consumer sending and receiving messages. However, when I run the following command: sudo ./bin/connect-standalone.sh config/connect-standalone.properties config/connect-file-source.properties I am getting the following error: Error: Could not find or load main class org.apache.kafka.connect.cli.ConnectStandalone I crossed checked and I have the file