Hi
I’m trying to setup a mqtt source connector but i keep getting status error 400. The logs are displaying this as an issue.
WARN - io.lenses.config.kafka.connect.SimpleTopicsExtractor Property 'topics' can not be found in the properties
Could you help in what is missing please
My config so far
name=mqtt-source
connector.class=io.lenses.streamreactor.connect.mqtt.source.MqttSourceConnector
tasks.max=1
connect.mqtt.kcql=INSERT INTO mqtt SELECT * FROM mjson WITHCONVERTER=`io.lenses.streamreactor.connect.converters.source.JsonSimpleConverter`
connect.mqtt.client.id=clientid1
connect.mqtt.hosts=tcp://ipaddress:1883
connect.mqtt.service.quality=1
connect.mqtt.username=username1
connect.mqtt.password=password1