I have an MQTT broker and Kafka broker running on ubuntu. I can publish messages to Kafka console consumers through producers. However, when I try to publish a message on Kafka through connector by this repository https://github.com/SINTEF-9012/kafka-mqtt-source-connector in standalone mode, this throws the following error:
.
These are the configuration for
- connect-standalone.properties file:
- source connector.properties file:
Please help me in connecting mosquitto to Kafka.