MQTT
This page describes the usage of the Stream Reactor MQTT Source Connector.
Connector Class
io.lenses.streamreactor.connect.mqtt.source.MqttSourceConnectorExample
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=dm_source_id
connect.mqtt.hosts=tcp://mqtt:1883
connect.mqtt.service.quality=1KCQL support
Keyed JSON format
Shared and Wildcard Subscriptions
Dynamic target topics
Message converters
Option Reference
Name
Description
Type
Default Value
Last updated
Was this helpful?

